Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit a2b8345

Browse files
committed
Write xml cov report
1 parent 4b474b6 commit a2b8345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pytest:
3636
- wget -O ./cc-test-reporter https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
3737
- chmod +x cc-test-reporter
3838
- ./cc-test-reporter before-build
39-
- pytest --junitxml=pytest.xml --vcr-record=none --cov --cov-report term
39+
- pytest --junitxml=pytest.xml --vcr-record=none --cov --cov-report term --cov-report xml
4040
- ./cc-test-reporter after-build
4141
artifacts:
4242
reports:

0 commit comments

Comments
 (0)