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