Skip to content

Commit b586971

Browse files
committed
ci: apply lcov brace filter to improve coverage reporting
1 parent a5c04f4 commit b586971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
working-directory: "${{ github.workspace }}/_build"
5858

5959
- name: Run lcov
60-
run: lcov --capture --directory "${{ github.workspace }}" --output-file coverage.info --no-external --exclude '*/tests/*'
60+
run: lcov --capture --directory "${{ github.workspace }}" --output-file coverage.info --filter brace --no-external --exclude '*/tests/*'
6161

6262
- name: Dump lcov
6363
run: lcov --list coverage.info

0 commit comments

Comments
 (0)