From c4d013f2ec605a1e338254ea61cb1a640a53bb84 Mon Sep 17 00:00:00 2001 From: asetGem <amandine.perrin@pasteur.fr> Date: Fri, 30 Jul 2021 12:37:55 +0200 Subject: [PATCH] test coverage report before combine --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2730b34d..8aa9d8b7 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,11 +136,11 @@ coverage: before_script: - pip3 install -r requirements-dev.txt script: + - coverage report - ls -la - ls -la PanACoTA - coverage combine .coverage-unit .coverage-functional - ls -la - - coverage report - coverage html -i # test coverage parsing: \d+\%\s*$ # or pytest-cov (Python): ^TOTAL.+?(\d+\%)$ -- GitLab