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.
1 parent f7d49aa commit 53211baCopy full SHA for 53211ba
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: run pytest
24
run: pytest --cov=. --cov-report xml:coverage.xml
25
- name: SonarCloud Scan
26
- uses: SonarSource/sonarcloud-github-action@v5
+ uses: SonarSource/sonarqube-scan-action@v5.3.1
27
env:
28
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
29
- name: run black
0 commit comments