Skip to content

Commit

Permalink
See what excluding unreachable branches does
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston authored Sep 16, 2023
1 parent fac6ab0 commit a5f6247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
for f in build/tests/individual/*; do echo "Testing $f"; ./$f; done
- name: Collect coverage into one XML report
run: gcovr --sonarqube > coverage.xml
run: gcovr --exclude-unreachable-branches --sonarqube > coverage.xml

- name: Run sonar-scanner
env:
Expand Down

0 comments on commit a5f6247

Please sign in to comment.