From 3f3f5ee52cab5d93ec6451993098a66640777c26 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@lis-lab.fr> Date: Thu, 20 Feb 2020 19:06:19 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f20a15..9604191 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ tests: script: - python3 setup.py install - pytest-3 - coverage: '/Code coverage: \d+\.\d+/' + coverage: '/^TOTAL.+?(\d+\%)$/' artifacts: paths: - htmlcov/ -- GitLab