Skip to content

Commit 6602e81

Browse files
committed
Ignore 3rdparty folder for gcovr
1 parent d20944b commit 6602e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: install gcovr
6868
run: sudo apt-get install -y gcovr
6969
- name: gcovr
70-
run: cd build && gcovr -r .. --gcov-ignore-parse-errors negative_hits.warn_once_per_file
70+
run: cd build && gcovr -r .. --gcov-ignore-parse-errors negative_hits.warn_once_per_file --exclude "../3rdparty"
7171
- name: Upload coverage to Codecov
7272
uses: codecov/codecov-action@v5
7373
with:

0 commit comments

Comments
 (0)