Skip to content
Snippets Groups Projects
Commit 3db34f51 authored by Benedikt's avatar Benedikt
Browse files

Merge branch 'main' into devel

parents d8e9c808 97e85827
No related branches found
No related tags found
No related merge requests found
Pipeline #53170 passed
......@@ -15,6 +15,7 @@ variables:
- git checkout "$CI_COMMIT_REF_NAME"
script:
- pip install .[testing]
- pip install pytest pytest-cov # Explicitly install testing deps
- pytest --cov --cov-report term-missing --cov-report xml:coverage.xml --cov-report html:cov_html
- ls -la ./
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.
Please register or to comment