Skip to content
Snippets Groups Projects
Commit 1d5096fc authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

CI: add cov xml report

parent 14272ced
No related branches found
No related tags found
1 merge request!54Output: add 'has_targets' property
Pipeline #75011 passed with stage
in 1 minute and 21 seconds
......@@ -11,7 +11,10 @@ check:
script:
- black --check --diff --color .
- pip3 install --editable .[test]
- python -m pytest --cov finam --cov-report term-missing -v tests/
- python -m pytest --cov finam --cov-report term-missing --cov-report xml:cov.xml -v tests/
artifacts:
reports:
cobertura: cov.xml
documentation:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment