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 d30312d commit 043628aCopy full SHA for 043628a
.travis.yml
@@ -20,7 +20,7 @@ install:
20
&& unzip sonar-scanner-cli-$SONAR_SCANNER_VERSION.zip || echo 'Skipping Sonar Scanner installation'
21
# command to run tests
22
script:
23
- - pytest --junitxml=tests.xml
+ - coverage run --source=client_encryption/ -m pytest --junitxml=tests.xml
24
after_success:
25
- |
26
test "$WITH_SONAR_ANALYSIS" = "true" && sonar-scanner-$SONAR_SCANNER_VERSION/bin/sonar-scanner \
0 commit comments