Skip to content

Commit

Permalink
fixed coverage extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 30, 2023
1 parent 378deb3 commit d10cd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ echo "$0: storing coverage data"

lcov --capture --directory ${WORKSPACE} --output-file /tmp/coverage.original
lcov --remove /tmp/coverage.original "*/test/*" --output-file /tmp/coverage.removed || echo "$0: coverage tracefile is empty"
lcov --extract /tmp/coverage.removed "*/workspace/*" --output-file $ARTIFACT_FOLDER/$REPOSITORY_NAME.info || echo "$0: coverage tracefile is empty"
lcov --extract /tmp/coverage.removed "$WORKSPACE/src/$PACKAGE/*" --output-file $ARTIFACT_FOLDER/$REPOSITORY_NAME.info || echo "$0: coverage tracefile is empty"

0 comments on commit d10cd61

Please sign in to comment.