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

test

parent c1ca1472
Branches
Tags
No related merge requests found
Pipeline #97614 failed
...@@ -22,14 +22,17 @@ test: ...@@ -22,14 +22,17 @@ test:
- pip install pytest-cov - pip install pytest-cov
- coverage run -m pytest - coverage run -m pytest
- coverage xml - coverage xml
- mkdir dist
- cp coverage.xml dist
- pwd - pwd
- ls -la - ls -la
- cd .. - cd ..
- ls -la - ls -la
artifacts: artifacts:
when: always when: always
reports: reports:
cobertura: coverage.xml cobertura: dist/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment