Specify module to test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jannis Portmann 2024-02-11 19:27:44 +01:00
parent 55aed5f346
commit 86060740d8

View file

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