We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cc49a commit cbf2dd7Copy full SHA for cbf2dd7
.github/workflows/unit-tests-pr.yml
@@ -33,8 +33,7 @@ jobs:
33
- run: pip install -r backend/protocol_rpc/requirements.txt
34
- run: pip install pytest-cov
35
- run: pytest tests/unit --cov=backend --cov-report=xml --cov-branch
36
- # - name: SonarCloud Scan
37
- # uses: sonarsource/sonarqube-scan-action@v4.1.0
38
-
39
- # env:
40
- # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ - name: SonarCloud Scan
+ uses: sonarsource/sonarqube-scan-action@v5.0.0
+ env:
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments