mirror of
https://github.com/jupp0r/prometheus-cpp.git
synced 2026-07-21 14:33:30 +00:00
ci: apply lcov brace filter to improve coverage reporting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user