Skip to content

Commit

Permalink
last last try
Browse files Browse the repository at this point in the history
  • Loading branch information
frs69wq committed May 24, 2024
1 parent 2905ee1 commit 4184382
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 @@ -95,7 +95,7 @@ jobs:
- name: Collect coverage into one XML report
run: |
gcovr -e test -e examples -e include --sonarqube -u -o coverage.xml \
--gcov-ignore-parse-errors all --exclude-unreachable-branches
--gcov-ignore-parse-errors --exclude-unreachable-branches
- name: Run sonar-scanner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4184382

Please sign in to comment.