Skip to content
Snippets Groups Projects
Commit 1896223e authored by Daniel Kosc's avatar Daniel Kosc
Browse files

test

parent 27e76cff
No related branches found
No related tags found
No related merge requests found
Pipeline #97625 failed
......@@ -22,15 +22,14 @@ test:
- pip install pytest-cov
- coverage run -m pytest
- coverage report
- pytest --junitxml=report.xml
- mkdir dist
- pytest --junitxml=dist
- cp report.xml rep
- ls -la
- ls -la rep
artifacts:
when: always
reports:
junit: "../report.xml"
junit: "dist"
only:
- branches
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment