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

try to fix coverage

parent 3cb194c5
No related merge requests found
Pipeline #69680 passed with stages
in 53 seconds
...@@ -39,7 +39,7 @@ testsuite: ...@@ -39,7 +39,7 @@ 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 --cov-report term --cov=src/pystencilssfg - pytest -v --cov-report html --cov-report xml:coverage.xml --cov-report term --cov=src/pystencilssfg
artifacts: artifacts:
when: always when: always
paths: paths:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment