We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20944b commit 6602e81Copy full SHA for 6602e81
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: install gcovr
68
run: sudo apt-get install -y gcovr
69
- name: gcovr
70
- run: cd build && gcovr -r .. --gcov-ignore-parse-errors negative_hits.warn_once_per_file
+ run: cd build && gcovr -r .. --gcov-ignore-parse-errors negative_hits.warn_once_per_file --exclude "../3rdparty"
71
- name: Upload coverage to Codecov
72
uses: codecov/codecov-action@v5
73
with:
0 commit comments