From 48f74d39e823e509c72ba71662f45a5180d51414 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 16 Apr 2021 09:03:25 +0200 Subject: [PATCH] ci: always run coverage job It should be fixed now. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 904d7f996..e04ca9792 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -437,7 +437,6 @@ coverage: # output coverage summary for gitlab parsing - lcov -r lcov "/*" 2&> out - grep lines out - when: 'manual' artifacts: paths: - 'coverage'