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 6f17c8e commit d30312dCopy full SHA for d30312d
.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
+ - 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