Skip to content

Commit 402422b

Browse files
committed
fix gcovr bug
1 parent 78cfcaa commit 402422b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
cd up-cpp/build/Release
6767
mkdir -p ../Coverage
68-
gcovr -r ../../ --html --html-details -o ../Coverage/index.html -e '.*test.*'
68+
gcovr -r ../../ --html --html-details -o ../Coverage/index.html -e '.*test.*' --gcov-ignore-parse-errors negative_hits.warn_once_per_file
6969
cd ..
7070
echo "Coverage report can be found here: ../Coverage/index.html"
7171

0 commit comments

Comments
 (0)