Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
Enabled sonar cloud in the flow
  • Loading branch information
suvi-123 committed Nov 27, 2023
1 parent 782950f commit 5b564e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
run: |
gcovr --sonarqube coverage.xml -r ..
- name: Upload SonarCloud
run: |
build/sonar-scanner/bin/sonar-scanner -Dsonar.host.url=https://sonarcloud.io -Dproject.settings=.sonar-project.properties -Dsonar.login=${{ secrets.SONAR_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Codecov.io
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 5b564e3

Please sign in to comment.