Skip to content

Commit

Permalink
Remove test files from cov
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Jul 9, 2024
1 parent 07f1fed commit db90455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ jobs:
COV=`echo "${{ matrix.config.name }}}" | grep -q -e "Linux.*Clang" && echo "llvm-cov gcov"|| echo gcov`
${COV} -abcfup `find build/test -name "*.gcno"`
ls *.gcov| grep -v 'include#trompeloeil'|xargs rm
find . -name "test*.gcno" -exec rm {} \;
find . -name "*test*.gcno" -exec rm {} \;
- name: Upload coverage
if: (!startsWith(matrix.config.name, 'windows') && !matrix.config.no_coverage) && github.repository == 'rollbear/trompeloeil'
Expand Down

0 comments on commit db90455

Please sign in to comment.