ci: apply lcov brace filter to improve coverage reporting

This commit is contained in:
Gregor Jasny
2026-06-20 17:10:50 +02:00
parent a5c04f47e1
commit b586971872
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
working-directory: "${{ github.workspace }}/_build"
- name: Run lcov
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/*'
- name: Dump lcov
run: lcov --list coverage.info