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 f49172f commit 12cf662Copy full SHA for 12cf662
.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 xml -o ../test-reports/coverage.xml
+ coverage xml -o ../test-reports/junit.xml
55
COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
56
- store_artifacts:
57
path: test-reports
0 commit comments