Skip to content

Commit

Permalink
fix ingest script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Feb 12, 2021
1 parent d45324a commit c51b2d7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ TEAM_ASSIGN_PATH=$5
# Build team assignments dat file
node scripts/generate_team_assignments.js --verbose --src .github/CODEOWNERS --dest $TEAM_ASSIGN_PATH

echo "### Ingesting coverage for functional"

COVERAGE_SUMMARY_FILE=target/kibana-coverage/functional-combined/coverage-summary.json
node scripts/ingest_coverage.js --verbose --path ${COVERAGE_SUMMARY_FILE} --vcsInfoPath ./VCS_INFO.txt --teamAssignmentsPath $TEAM_ASSIGN_PATH

for x in functional jest; do
echo "### Ingesting coverage for ${x}"

Expand Down

0 comments on commit c51b2d7

Please sign in to comment.