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

test

parent 016a75a7
No related branches found
No related tags found
No related merge requests found
Pipeline #97615 canceled
......@@ -21,18 +21,14 @@ test:
script:
- pip install pytest-cov
- coverage run -m pytest
- coverage xml
- coverage report
- pytest --junitxml=report.xml
- mkdir dist
- cp coverage.xml dist
- pwd
- ls -la
- cd ..
- ls -la
- cp report.xml dist
artifacts:
when: always
reports:
cobertura: dist/
junit: dist/
......@@ -50,8 +46,6 @@ build:
stage: build
script:
- python3 setup.py bdist_wheel
- pwd
- ls -la
only:
- branches
- tags
......
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