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:
parent
c6b6a61bf1
commit
8aeeed0a23
2 changed files with 6 additions and 6 deletions
10
.drone.yml
10
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue