From 526e817de5fe33bf7ed20df04264e747d26dd7c4 Mon Sep 17 00:00:00 2001 From: asetGem <amandine.perrin@pasteur.fr> Date: Fri, 30 Jul 2021 12:24:51 +0200 Subject: [PATCH] coverage not working: tests --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06904239..69e0a992 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,9 +136,11 @@ coverage: - pip3 install -r requirements-dev.txt script: - ls -la + - ls -la PanACoTA - coverage combine .coverage-unit .coverage-functional - - coverage html -i + - ls -la - coverage report + - coverage html -i # test coverage parsing: \d+\%\s*$ # or pytest-cov (Python): ^TOTAL.+?(\d+\%)$ artifacts: -- GitLab