aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-11-11 12:23:40 +0100
committerGravatar Johannes Christ <[email protected]>2018-11-11 12:23:40 +0100
commit83942f09a03227a04a65504fba24212a595ea09e (patch)
tree34ffdd2c94096e0cd20ba26a8947f32209abec8f /.gitlab-ci.yml
parentUse extra `coverage report` invocation. (diff)
Revert "Use extra `coverage report` invocation."
This reverts commit e30579e1d0534904c07287caa7893066ec312c7c.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 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