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 22e9b5c commit f49172fCopy full SHA for f49172f
.circleci/config.yml
@@ -51,7 +51,7 @@ jobs:
51
PYTHONPATH=$PWD coverage run -m pytest tests/test_total_calls.py
52
coverage report -m
53
mkdir ../test-reports
54
- coverage html -d ../test-reports
+ coverage xml -o ../test-reports/coverage.xml
55
COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
56
- store_artifacts:
57
path: test-reports
0 commit comments