exit after fist text failure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ivan Schaller 2022-05-12 21:11:47 +02:00
parent 258d58ac75
commit 25f54bce1a

View file

@ -34,7 +34,7 @@ steps:
commands:
- pip install -r requirements.txt
- coverage erase
- coverage run -m pytest --verbose
- coverage run -m pytest --verbose --exitfirst
- coverage xml -i
- name: 'sonarqube: analyse code'