(#271) Disable sonarcloud reporting to unstuck cross-platform checks

This commit is contained in:
Simon Hofmann
2021-09-05 22:31:10 +02:00
parent 224e7e5ca6
commit 2b79529178
+5 -5
View File
@@ -42,11 +42,11 @@ jobs:
run: |
npm run coverage:merge
npm run coverage:merge-report
- name: Send results to SonarCloud
uses: SonarSource/sonarcloud-github-action@v1.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: Send results to SonarCloud
# uses: SonarSource/sonarcloud-github-action@v1.6
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
test:
needs: