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

try to fix coverage

parent 3cb194c5
Branches
No related tags found
No related merge requests found
Pipeline #69680 passed
......@@ -39,7 +39,7 @@ testsuite:
- pip install "git+https://i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev"
- pip install -e .
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:
when: always
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment