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

Merge branch 'coverage' into 'develop'

Compute coverage on API tests

See merge request funkwhale/funkwhale!111
parents 6644ff96 82aa8c4e
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ test_api:
- pip install -r requirements/local.txt
- pip install -r requirements/test.txt
script:
- pytest
- pytest --cov=funkwhale_api tests/
tags:
- docker
......
......@@ -9,3 +9,4 @@ git+https://github.com/pytest-dev/pytest-django.git@d3d9bb3ef6f0377cb5356eb36899
pytest-mock
pytest-sugar
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