Drone plugins > Codecov
codecov.svg

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

    stringrequired

    Sets the private repository token.

    Secret recommended

    Default: none

  • files

    arrayoptional

    list of target files to upload.

    Default: none

  • flags

    arrayoptional

    flag the upload to group coverage metrics.

    Default: none

  • debug

    booleanoptional

    enable debug mode.

    Default: false