Skip to content

Commit

Permalink
What does this do?
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston authored Sep 16, 2023
1 parent 0540aac commit 96ab85a
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 --exclude-unreachable-branches --sonarqube > coverage.xml
run: gcovr --exclude-unreachable-branches --exclude-noncode-lines --exclude-throw-branche --sonarqube > coverage.xml

- name: Run sonar-scanner
env:
Expand Down

0 comments on commit 96ab85a

Please sign in to comment.