Skip to content

Commit

Permalink
coverage with removal
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Nov 20, 2024
1 parent e3096b8 commit 18c16e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
run: |
cd build
lcov --directory . --capture --output-file coverage.info --exclude '/usr/**/*' --exclude 'external_tools/**/*' --exclude 'tests/**/*' --exclude '**/googletest-src/**/*'
lcov --remove coverage.info '/usr/**/*' --output-file coverage.info
lcov --list coverage.info
gcovr -r ../ -x > report.xml
cd ..
Expand Down

0 comments on commit 18c16e7

Please sign in to comment.