Skip to content
Snippets Groups Projects
Verified Commit a04f4ceb authored by Christian Dreher's avatar Christian Dreher
Browse files

chore: Fix unit tests path

parent 07be48f2
No related branches found
No related tags found
No related merge requests found
Pipeline #8219 failed
......@@ -53,7 +53,7 @@ unit-tests:
before_script:
- pip install pytest pytest-cov
script:
- coverage run -m pytest --junitxml=report.xml tests/unit
- coverage run -m pytest --junitxml=report.xml tests
- coverage report
- coverage xml
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
......
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