Skip to content

Commit df126ae

Browse files
committed
changed to the previous setup.
1 parent dba9d7a commit df126ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
PYTHONPATH=$PWD coverage run -m pytest tests/test_total_calls.py
5252
coverage report -m
5353
mkdir ../test-reports
54-
coverage xml -o ../test-reports/junit.xml
54+
coverage html -d ../test-reports
5555
COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
5656
- store_test_results:
5757
path: test-reports

0 commit comments

Comments
 (0)