From d28388e3f1b43622176d4e27553c1fd6dbb0fe20 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 14 Dec 2021 11:40:11 +0300 Subject: [PATCH] Add coverage to drone CI --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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