Skip to content

Commit

Permalink
add gcovr option to prevent gcov error when a statement is hit more t…
Browse files Browse the repository at this point in the history
…han 2^32 times
  • Loading branch information
jbathegit committed Oct 11, 2024
1 parent 008b273 commit 2421808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
cd bufr/build
ctest --verbose --output-on-failure --rerun-failed
gcovr --root .. -v --html-details --exclude ../test --exclude CMakeFiles --print-summary --exclude-unreachable-branches --exclude-throw-branches --decisions -o test-coverage.html
gcovr --root .. -v --html-details --exclude ../test --exclude CMakeFiles --print-summary --exclude-unreachable-branches --exclude-throw-branches --decisions --gcov-ignore-parse-errors=suspicious_hits.warn_once_per_file -o test-coverage.html
- name: cache-data
if: steps.cache-data.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 2421808

Please sign in to comment.