This commit is contained in:
parent
6b36ccc87a
commit
571918ec15
1 changed files with 1 additions and 2 deletions
|
@ -8,10 +8,9 @@ steps:
|
|||
settings:
|
||||
repo: git.thisfro.ch/pflaenz.li/pflaenzli
|
||||
commands:
|
||||
- cd pflaenzli
|
||||
- pip install coverage
|
||||
- pip install -r requirements.txt
|
||||
- coverage run --branch --source='.' manage.py test
|
||||
- coverage run --branch --source='.' pflaenzli/manage.py test
|
||||
- coverage report -m
|
||||
|
||||
- name: build-image
|
||||
|
|
Loading…
Reference in a new issue