kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Compute coverage on API tests
rodzic
cc95e2f1f6
commit
82aa8c4e22
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue