Skip to content

Commit

Permalink
Further attempt to fix coverage error
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Shirley committed Oct 15, 2024
1 parent ce34fd1 commit ea8c2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Collect C++ coverage
run: |
lcov --output-file coverage.cpp --capture --directory build
lcov --output-file coverage.cpp --capture --directory build --rc geninfo_unexecuted_blocks=1 --ignore-errors mismatch,gcov,gcov
lcov --output-file coverage.cpp --extract coverage.cpp $PWD/src/"*"
cat coverage.lcov coverage.cpp > coverage.txt
Expand Down

0 comments on commit ea8c2e5

Please sign in to comment.