Drone plugins > Codacy
codacy.svg

Codacy

by drone-plugins


This plugin can upload coverage reports to Codacy, currently it's limited to Golang coverage reports.

Example

kind: pipeline
name: default

steps:
- name: codacy
  image: plugins/codacy
  settings:
    token: your-codacy-token

Properties

  • token

    stringrequired

    Codacy authentication token.

    Secret recommended

    Default: none

  • pattern

    stringoptional

    Coverage search pattern.

    Default: **/*.out