From a32e525dcddc9a126a17ebca2bb2487712e2a4fe Mon Sep 17 00:00:00 2001 From: asetGem <amandine.perrin@pasteur.fr> Date: Fri, 30 Jul 2021 13:53:14 +0200 Subject: [PATCH] Add ignore option to html coverage --- .gitlab-ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4090c7b..88e0fbc6 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -138,16 +138,9 @@ coverage: script: - pwd - ls -la - - ls -la /builds/EKrQxjEy/0/aperrin/pipeline_annotation/PanACoTA - - mv .coverage-unit .coverage - - coverage html - - mv .coverage .coverage-unit - - mv .coverage-functional .coverage - - coverage html - - ls -la - coverage combine .coverage-unit .coverage-functional - - ls -la - - coverage report + - coverage html -i + - coverage report -i # test coverage parsing: \d+\%\s*$ # or pytest-cov (Python): ^TOTAL.+?(\d+\%)$ artifacts: -- GitLab