Skip to content

Commit 188a194

Browse files
committed
try to filter branches
1 parent 38391b3 commit 188a194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
./examples/jbod
9595
- name: Collect coverage into one XML report
9696
run: |
97-
gcovr -e test -e examples --sonarqube -u -o coverage.xml \
97+
gcovr -e test -e examples --sonarqube -u -o coverage.xml --filter branch \
9898
--gcov-ignore-parse-errors --exclude-unreachable-branches
9999
- name: Run sonar-scanner
100100
env:

0 commit comments

Comments
 (0)