Drone plugins > Coveralls
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
arrayrequiredList of files to upload.
Default: none
token
stringoptionalif you have not set environment COVERALLS_REPO_TOKEN, you should set the private repository token.
Secret recommendedDefault: none
debug
booleanoptionalif you want to debug, set it to true.
Default: false