Skip to content

Commit 88ae8bb

Browse files
Drop the unused pattern */googletest/* from CI
Just remove */googletest/* from your --remove step
1 parent 5191d00 commit 88ae8bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
--output-file coverage.raw.info
4040
4141
# Then prune noise (tests and system headers)
42-
lcov --remove coverage.raw.info '/usr/*' '*/googletest/*' '*/tests/*' \
42+
lcov --remove coverage.raw.info '/usr/*' '*/tests/*' \
4343
--output-file coverage.info
4444
4545
- name: Upload to Codecov

0 commit comments

Comments
 (0)