diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fede8addc..a6b3ba12e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,7 +160,7 @@ test_api: - pip3 install -r requirements/local.txt - pip3 install -r requirements/test.txt 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: - docker artifacts: