Skip to content

Commit 4ebd894

Browse files
Update sonar.yml
1 parent 70506db commit 4ebd894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
unzip sonar-scanner-cli-$SONAR_SCANNER_VERSION.zip
2828
- name: Run Tests
2929
run: |
30-
coverage run --source=client_encryption/ -m pytest --junitxml=tests.xml
31-
coverage xml -o coverage.xml
30+
coverage run setup.py test
31+
coverage xml
3232
- name: Sonar
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)