Skip to content
Snippets Groups Projects
Verified Commit 82aa8c4e authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Compute coverage on API tests

parent cc95e2f1
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ test_api: ...@@ -31,7 +31,7 @@ test_api:
- pip install -r requirements/local.txt - pip install -r requirements/local.txt
- pip install -r requirements/test.txt - pip install -r requirements/test.txt
script: script:
- pytest - pytest --cov=funkwhale_api tests/
tags: tags:
- docker - docker
......
...@@ -9,3 +9,4 @@ git+https://github.com/pytest-dev/pytest-django.git@d3d9bb3ef6f0377cb5356eb36899 ...@@ -9,3 +9,4 @@ git+https://github.com/pytest-dev/pytest-django.git@d3d9bb3ef6f0377cb5356eb36899
pytest-mock pytest-mock
pytest-sugar pytest-sugar
pytest-xdist pytest-xdist
pytest-cov
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