Disable coverage report for now (#395)

Until aircover gets updated so that it works again I have disabled to
coverage report upload for now.
This commit is contained in:
Thomas Boerger 2016-12-15 12:26:34 +01:00 committed by GitHub
parent c6b6a61bf1
commit 8aeeed0a23
2 changed files with 6 additions and 6 deletions

@ -58,11 +58,11 @@ pipeline:
event: [ push, tag ]
branch: [ master, refs/tags/* ]
coverage:
image: plugins/coverage
server: https://coverage.gitea.io
when:
event: [ push, tag, pull_request ]
# coverage:
# image: plugins/coverage
# server: https://coverage.gitea.io
# when:
# event: [ push, tag, pull_request ]
docker:
image: plugins/docker

File diff suppressed because one or more lines are too long