Skip to content

Commit f49172f

Browse files
committed
try to setup test summary in circleci
1 parent 22e9b5c commit f49172f

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 html -d ../test-reports
54+
coverage xml -o ../test-reports/coverage.xml
5555
COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
5656
- store_artifacts:
5757
path: test-reports

0 commit comments

Comments
 (0)