comment codecov on drone ci

This commit is contained in:
Lunny Xiao 2018-10-08 11:11:19 +08:00
parent 3946f3dfc4
commit cd07f3f836
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 8 additions and 8 deletions

View File

@ -107,11 +107,11 @@ pipeline:
when: when:
event: [ push, pull_request ] event: [ push, pull_request ]
coverage: #coverage:
image: robertstettner/drone-codecov # image: robertstettner/drone-codecov
secrets: [ codecov_token ] # secrets: [ codecov_token ]
files: # files:
- coverage.txt # - coverage.txt
when: # when:
event: [ push, pull_request ] # event: [ push, pull_request ]
branch: [ master ] # branch: [ master ]