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 dba9d7a commit df126aeCopy full SHA for df126ae
.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/junit.xml
+ coverage html -d ../test-reports
55
COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
56
- store_test_results:
57
path: test-reports
0 commit comments