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 80ea22c commit a4eee3eCopy full SHA for a4eee3e
.github/workflows/test.yml
@@ -24,13 +24,6 @@ jobs:
24
- name: Run test coverage
25
run: |
26
make test-coverage
27
- - name: Run tests with coverage
28
- run: |
29
- pytest --cov=. --cov-report=xml
30
- - name: Upload coverage to SonarCloud
31
- uses: sonarsource/sonarcloud-github-action@v1
32
- env:
33
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
34
- name: SonarQubeScan
35
uses: SonarSource/sonarqube-scan-action@v5
36
env:
0 commit comments