We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c04f4 commit b586971Copy full SHA for b586971
1 file changed
.github/workflows/coverage.yml
@@ -57,7 +57,7 @@ jobs:
57
working-directory: "${{ github.workspace }}/_build"
58
59
- name: Run lcov
60
- run: lcov --capture --directory "${{ github.workspace }}" --output-file coverage.info --no-external --exclude '*/tests/*'
+ run: lcov --capture --directory "${{ github.workspace }}" --output-file coverage.info --filter brace --no-external --exclude '*/tests/*'
61
62
- name: Dump lcov
63
run: lcov --list coverage.info
0 commit comments