Skip to content

Commit

Permalink
use community codecov drone plugin (#12468)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Aug 11, 2020
1 parent 25a6705 commit 0cc21fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cc21fb

Please sign in to comment.