Skip to content

Commit 8b9a84f

Browse files
authored
Update pyci.yml
1 parent 35a6c76 commit 8b9a84f

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/pyci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
- name: Run linter and pytest
2222
run: |
2323
make check
24-
- name: Test & publish code coverage
25-
uses: paambaati/codeclimate-action@v9.0.0
26-
if: github.ref_name == 'main'
27-
env:
28-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
29-
with:
30-
coverageCommand: make test-coverage
31-
debug: true
24+
- name: Run test coverage
25+
run: |
26+
make test-coverage
27+
- name: SonarQubeScan
28+
uses: SonarSource/sonarqube-scan-action@v4
29+
env:
30+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)