Skip to content

Commit

Permalink
can we not test weird usage conditions?
Browse files Browse the repository at this point in the history
  • Loading branch information
frs69wq committed May 24, 2024
1 parent 8f79885 commit 120d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
./examples/jbod
- name: Collect coverage into one XML report
run: |
gcovr -e test -e examples --sonarqube -u -o coverage.xml \
gcovr -e test -e examples --sonarqube -u -o coverage.xml --exclude-throw-branches \
--gcov-ignore-parse-errors --exclude-unreachable-branches
- name: Run sonar-scanner
env:
Expand Down

0 comments on commit 120d6dc

Please sign in to comment.