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 70506db commit 4ebd894Copy full SHA for 4ebd894
.github/workflows/sonar.yml
@@ -27,8 +27,8 @@ jobs:
27
unzip sonar-scanner-cli-$SONAR_SCANNER_VERSION.zip
28
- name: Run Tests
29
run: |
30
- coverage run --source=client_encryption/ -m pytest --junitxml=tests.xml
31
- coverage xml -o coverage.xml
+ coverage run setup.py test
+ coverage xml
32
- name: Sonar
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments