Skip to content
Snippets Groups Projects
Verified Commit 48b355d1 authored by Georg Krause's avatar Georg Krause
Browse files

Only report files with missing coverage

parent 6a7c806d
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ test_api: ...@@ -160,7 +160,7 @@ test_api:
- pip3 install -r requirements/local.txt - pip3 install -r requirements/local.txt
- pip3 install -r requirements/test.txt - pip3 install -r requirements/test.txt
script: script:
- pytest --cov-report xml --cov-report term-missing --cov=funkwhale_api --junitxml=report.xml tests/ - pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/
tags: tags:
- docker - docker
artifacts: artifacts:
......
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