aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-11-11 12:23:42 +0100
committerGravatar Johannes Christ <[email protected]>2018-11-11 12:23:42 +0100
commit34c87d2c106afa4cba07bd5cd438d12c315094d4 (patch)
treeea667d164bfb291a602a449e9a78847ebba24a0d
parentRevert "Use extra `coverage report` invocation." (diff)
Revert "Add `echo` on non-zero `coverage publish` exit status."
This reverts commit c94fa7c4b9b362661967a31ee0f0d85b215f0e73.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc715b17..a2d460ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,7 +93,7 @@ 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 html --directory=public
artifacts:
paths:
- public