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