Skip to content

Commit

Permalink
remove unnecessary coveraged files
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 committed Nov 18, 2024
1 parent 6143c3c commit c050368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
cd build
lcov --capture --directory . --output-file coverage.info
lcov --remove coverage.info '/usr/*' 'boost/*' 'c++11/*' --output-file coverage.info
lcov --list coverage.info
# Upload coverage report to Codecov
Expand Down

0 comments on commit c050368

Please sign in to comment.