Skip to content

Commit

Permalink
pes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 28, 2023
1 parent 3438837 commit 1cd5a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ echo "$0: tests finished"
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
lcov --extract /tmp/coverage.removed "*/${WORKSPACE}/*" --output-file $ARTIFACT_FOLDER/$REPOSITORY_NAME.info
[ -e /tmp/coverage.original ] && lcov --remove /tmp/coverage.original "*/test/" --output-file /tmp/coverage.removed
[ -e /tmp/coverage.removed ] && lcov --extract /tmp/coverage.removed "*/${WORKSPACE}/*" --output-file $ARTIFACT_FOLDER/$REPOSITORY_NAME.info

0 comments on commit 1cd5a97

Please sign in to comment.