From 4f8badf763286da0cf5f943ff2857a08e93f2ec8 Mon Sep 17 00:00:00 2001 From: asetGem <amandine.perrin@pasteur.fr> Date: Fri, 30 Jul 2021 13:46:00 +0200 Subject: [PATCH] try coverage report with unit tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ba36e6a..f3feda71 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,7 +139,7 @@ coverage: - pwd - ls -la - ls -la /builds/EKrQxjEy/0/aperrin/pipeline_annotation/PanACoTA - - mv .coverage-functional .coverage + - mv .coverage-unit .coverage - coverage html - ls -la - coverage combine .coverage-unit .coverage-functional -- GitLab