Drone plugins > Codecov
Codecov
by robertstettner
This plugin allows for pushing test coverage results to Codecov.
Example
kind: pipeline
name: default
steps:
- name: codecov
image: robertstettner/drone-codecov
settings:
token: your-codacy-token
Properties
token
stringrequiredSets the private repository token.
Secret recommendedDefault: none
files
arrayoptionallist of target files to upload.
Default: none
flags
arrayoptionalflag the upload to group coverage metrics.
Default: none
debug
booleanoptionalenable debug mode.
Default: false