Skip to content

Commit

Permalink
Fixing drone codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Lhussiez committed Nov 21, 2018
1 parent 4dac563 commit 9c4f3cc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ steps:
environment:
GO111MODULE: "on"

- name: codecov
image: robertstettner/drone-codecov
- name: coverage
image: plugins/codecov
settings:
codecov_token:
from_secret: codecov_token
token:
from_secret: codecov_token
files:
- coverage.txt

0 comments on commit 9c4f3cc

Please sign in to comment.