diff --git a/.drone.yml b/.drone.yml index 6ab4b9f..c094c91 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,4 +9,5 @@ platform: steps: - name: test commands: - - pytest \ No newline at end of file + - coverage run -m pytest -q + - coverage xml \ No newline at end of file