Skip to content

Commit

Permalink
Moving lcov stuff to other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Shirley committed Oct 15, 2024
1 parent ea8c2e5 commit 6195c88
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 --rc geninfo_unexecuted_blocks=1 --ignore-errors mismatch,gcov,gcov
lcov --output-file coverage.cpp --capture --directory build
lcov --output-file coverage.cpp --extract coverage.cpp $PWD/src/"*"
cat coverage.lcov coverage.cpp > coverage.txt
Expand Down

0 comments on commit 6195c88

Please sign in to comment.