Specify module to test
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
55aed5f346
commit
86060740d8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ steps:
|
|||
commands:
|
||||
- pip install coverage
|
||||
- pip install -r requirements.txt
|
||||
- coverage run --branch --source='.' pflaenzli/manage.py test
|
||||
- coverage run --branch --source='.' pflaenzli/manage.py test pflaenzli
|
||||
- coverage report -m
|
||||
|
||||
- name: build-image
|
||||
|
|
Loading…
Reference in a new issue