Skip to content

Commit a4eee3e

Browse files
committed
fix workflows
1 parent 80ea22c commit a4eee3e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ jobs:
2424
- name: Run test coverage
2525
run: |
2626
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 }}
3427
- name: SonarQubeScan
3528
uses: SonarSource/sonarqube-scan-action@v5
3629
env:

0 commit comments

Comments
 (0)