From 6b61c74a4da8973cfb4ea0241a1b6ec79b1095d1 Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Sun, 18 Jul 2021 20:32:13 +0200 Subject: ref: Move to ptest-cov Instead of using `coverage` which is not supported in the gitlab ce I'll be using `pytest-cov` to report a proper coverage in the job panel. Reference: https://docs.gitlab.com/ee/ci/pipelines/settings.html#test-coverage-parsing https://www.cypress.io/blog/2019/10/22/show-code-coverage-on-gitlab-ci/ --- dev-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-requirements.txt') diff --git a/dev-requirements.txt b/dev-requirements.txt index 0e5b1cb..b0075d6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,4 +3,5 @@ pytest==6.2.4 pytest-mock==3.6.1 pytest-xdist==2.3.0 coverage==5.5 -pytest-pythonpath==0.7.3 \ No newline at end of file +pytest-pythonpath==0.7.3 +pytest-cov==2.12.1 \ No newline at end of file -- cgit v1.2.3