Skip to content

Commit

Permalink
Does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 16, 2023
1 parent 27a66d9 commit 4d2dc3c
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 --exclude-noncode-lines --decisions --sonarqube > coverage.xml
run: gcovr --exclude-unreachable-branches --exclude-noncode-lines --sonarqube > coverage.xml

- name: Run sonar-scanner
env:
Expand Down

0 comments on commit 4d2dc3c

Please sign in to comment.