Skip to content

Commit

Permalink
Update testing-and-coverage.yml
Browse files Browse the repository at this point in the history
Minor change to see if it is a simple error due to repeating the flag
  • Loading branch information
raphaelshirley authored Dec 22, 2024
1 parent 62a5bd8 commit 1352ed6
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: |
geninfo --ignore-errors mismatch --ignore-errors gcov build
geninfo --ignore-errors mismatch gcov build
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 1352ed6

Please sign in to comment.