Skip to content
Snippets Groups Projects
Commit f6893443 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

try to fix coverage, pt. 2

parent a7fc061b
No related branches found
No related tags found
No related merge requests found
Pipeline #69681 passed
...@@ -39,7 +39,8 @@ testsuite: ...@@ -39,7 +39,8 @@ testsuite:
- pip install "git+https://i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev" - pip install "git+https://i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev"
- pip install -e . - pip install -e .
script: script:
- pytest -v --cov-report html --cov-report xml:coverage.xml --cov-report term --cov=src/pystencilssfg - pytest -v --cov-report html --cov-report term --cov=src/pystencilssfg
- coverage xml # need to run separately for gitlab to parse
artifacts: artifacts:
when: always when: always
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment