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 98d215c + 2cb0e6c commit cc55bb1Copy full SHA for cc55bb1
.github/workflows/node-coverage.js.yml
@@ -40,8 +40,8 @@ jobs:
40
token: ${{ secrets.CODECOV_TOKEN }} # required
41
verbose: true # optional (default = false)
42
43
- - name: SonarCloud Scan
44
- uses: SonarSource/sonarcloud-github-action@master
+ - name: Analyze with SonarQube / SonarCloud
+ uses: SonarSource/sonarqube-scan-action@master
45
env:
46
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47
# Needed to get PR information, if any
0 commit comments