hubot-coveralls

Hubot script for Coveralls WebHook Notification.


Keywords
hubot, coveralls, coverage, notification
License
MIT
Install
npm install hubot-coveralls@1.0.5

Documentation

hubot-coveralls Build StatusCoverage Status

Hubot script for Coveralls Webhook Notifycation.

NPM

Install

NPM

% npm install hubot-coveralls -save

edit external-script.json

["hubot-coveralls"]

Usage

hubot-coveralls is external-script of hubot. this extention require to hear HTTP-POST request in "/hubot/coveralls".

After Install, set your hubot server address to repository's notification setting configration in Coveralls.

Like this. coveralls

Options

you can edit config.coveralls.envelope section in package.json, for configure envelope argument called by Hubot.Adapter.Send

example(using Slack-Hubot and notify every coveralls webhook to #news channel):

ex