Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.27 KB

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