We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 864c127 + a262362 commit fb30495Copy full SHA for fb30495
.github/workflows/python-coverage.yml
@@ -61,8 +61,8 @@ jobs:
61
run: |
62
python3 -m coverage xml
63
64
- - name: SonarCloud Scan
65
- uses: SonarSource/sonarcloud-github-action@master
+ - name: Analyze with SonarQube / SonarCloud
+ uses: SonarSource/sonarqube-scan-action@master
66
env:
67
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
68
# Needed to get PR information, if any
0 commit comments