Skip to content
Snippets Groups Projects
Verified Commit a9f5463e authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

ci: generate junit report from tests

parent 1b74790b
No related branches found
No related tags found
No related merge requests found
......@@ -61,10 +61,12 @@ build PDF documentation:
run tests:
stage: test
script:
- py.test -r w --cov=kwant --cov-report term --cov-report html --flakes kwant
- py.test -r w --cov=kwant --cov-report term --cov-report html --flakes kwant --junitxml=tests.xml
artifacts:
paths:
- htmlcov
reports:
junit: tests.xml
check for broken links in doc:
......
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