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.
/usr/*
1 parent fa6f9f2 commit 4430e69Copy full SHA for 4430e69
.github/workflows/coverage.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Generate coverage report
71
run: |
72
lcov --directory . --capture --output-file coverage.info
73
- lcov --remove coverage.info '/usr/*' '*/tests/*' '*/build/*' --output-file coverage.info
+ lcov --remove coverage.info '*/tests/*' '*/build/*' --output-file coverage.info
74
- name: Upload coverage to Codecov
75
uses: codecov/codecov-action@v4
76
with:
0 commit comments