Skip to content

SharpNotions/drone-coveralls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone-coveralls

Drone.io plugin for pushing test coverage to Coveralls

note this was just for testing how to create a plug-in for Drone.io while it should work it is more a proof of concept for us more than anything

Configuration

The following parameters are used to configure the plugin:

  • files: list of target files to push to coveralls

You can optionally also set the coveralls repo token for private repos as a environment variable.

  • COVERALLS_REPO_TOKEN: set the private repository token.

Drone configuration examples

Simple example:

...
  coveralls:
    image: sharpnotions/drone-coveralls
    files: 
      - ./coverage/lcov.info
    environment:
      - COVERALLS_REPO_TOKEN=$${COVERALLS_TOKEN}
    secrets: [ coveralls_token ]
...

About

Drone.io plugin for pushing test coverage to Coveralls

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages