Drone plugins > Coveralls
coveralls.svg

Coveralls

by lizheming


This plugin can upload coverage reports to Coveralls.

Example

kind: pipeline
name: default

steps:
- name: coveralls
  image: lizheming/drone-coveralls
  settings:
    token:
      from_secret: coveralls_token
    files:
    - ./lcov.info

Properties

  • files

    arrayrequired

    List of files to upload.

    Default: none

  • token

    stringoptional

    if you have not set environment COVERALLS_REPO_TOKEN, you should set the private repository token.

    Secret recommended

    Default: none

  • debug

    booleanoptional

    if you want to debug, set it to true.

    Default: false