use community codecov drone plugin (#12468)

This commit is contained in:
techknowlogick 2020-08-10 22:02:09 -04:00 committed by GitHub
parent 25a6705b86
commit 0cc21fb72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -238,14 +238,13 @@ steps:
- push
- pull_request
- name: coverage
- name: coverage-codecov
pull: always
image: robertstettner/drone-codecov
image: plugins/codecov
settings:
files:
- coverage.all
environment:
CODECOV_TOKEN:
token:
from_secret: codecov_token
depends_on:
- generate-coverage