Skip to content

Commit 4430e69

Browse files
committed
Remove /usr/* exclude pattern
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent fa6f9f2 commit 4430e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Generate coverage report
7171
run: |
7272
lcov --directory . --capture --output-file coverage.info
73-
lcov --remove coverage.info '/usr/*' '*/tests/*' '*/build/*' --output-file coverage.info
73+
lcov --remove coverage.info '*/tests/*' '*/build/*' --output-file coverage.info
7474
- name: Upload coverage to Codecov
7575
uses: codecov/codecov-action@v4
7676
with:

0 commit comments

Comments
 (0)