Skip to content

Commit 38e350b

Browse files
committed
add coverage.xml generation script
1 parent b9ead4a commit 38e350b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install:
2121
# command to run tests
2222
script:
2323
- coverage run --source=client_encryption/ -m pytest --junitxml=tests.xml
24+
- coverage xml -o coverage.xml
2425
after_success:
2526
- |
2627
test "$WITH_SONAR_ANALYSIS" = "true" && sonar-scanner-$SONAR_SCANNER_VERSION/bin/sonar-scanner \

0 commit comments

Comments
 (0)