Skip to content

Commit

Permalink
fix gcovr bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-he committed Feb 28, 2025
1 parent 78cfcaa commit 402422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
cd up-cpp/build/Release
mkdir -p ../Coverage
gcovr -r ../../ --html --html-details -o ../Coverage/index.html -e '.*test.*'
gcovr -r ../../ --html --html-details -o ../Coverage/index.html -e '.*test.*' --gcov-ignore-parse-errors negative_hits.warn_once_per_file
cd ..
echo "Coverage report can be found here: ../Coverage/index.html"
Expand Down

0 comments on commit 402422b

Please sign in to comment.