From 83942f09a03227a04a65504fba24212a595ea09e Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 11 Nov 2018 12:23:40 +0100 Subject: Revert "Use extra `coverage report` invocation." This reverts commit e30579e1d0534904c07287caa7893066ec312c7c. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 730f26bd..cc715b17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,8 +93,7 @@ pages: before_script: - pip install coverage script: - - coverage report - - coverage html --directory=public + - coverage html --directory=public || echo "Got non-zero exit code trying to publish coverage results. Perhaps the minimum required coverage amount was not met?" artifacts: paths: - public -- cgit v1.2.3