Add coverage to drone CI
continuous-integration/drone/push Build is passing Details

pull/7/head
Inex Code 2021-12-14 11:40:11 +03:00
parent 103cb22e88
commit d28388e3f1
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ platform:
steps:
- name: test
commands:
- pytest
- coverage run -m pytest -q
- coverage xml