Merge branch 'coverage' into 'develop'

Compute coverage on API tests

See merge request funkwhale/funkwhale!111
This commit is contained in:
Eliot Berriot 2018-03-25 20:50:30 +00:00
commit c2985b7dba
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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