coverage
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-05-14 20:46:34 +02:00
parent 957227b715
commit 32f104df7c
3 changed files with 12 additions and 0 deletions

View File

@@ -35,6 +35,15 @@ steps:
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
- pytest test.py
- name: coverage
image: python:3.8
environment:
PRODUCER_REDIS: cache
commands:
- pip3 install --cache-dir='./.pipcache' coverage
- coverage run -m pytest test.py
- coverage report -m
- name: integration_test
image: python:3.8
environment: