We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cfcaa commit 402422bCopy full SHA for 402422b
1 file changed
.github/workflows/coverage.yml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
cd up-cpp/build/Release
67
mkdir -p ../Coverage
68
- 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
69
cd ..
70
echo "Coverage report can be found here: ../Coverage/index.html"
71
0 commit comments