Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banyan/coveralls-webhook
A webhook middleware for the coveralls
https://github.com/banyan/coveralls-webhook
Last synced: 19 days ago
JSON representation
A webhook middleware for the coveralls
- Host: GitHub
- URL: https://github.com/banyan/coveralls-webhook
- Owner: banyan
- Created: 2014-02-12T17:30:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-21T06:45:28.000Z (almost 11 years ago)
- Last Synced: 2024-12-21T00:28:04.262Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coveralls-webhook
>A webhook middleware for the coveralls
[![Build Status](https://secure.travis-ci.org/banyan/coveralls-webhook.png?branch=master)](http://travis-ci.org/banyan/coveralls-webhook)
## Sample configuration
![image](http://i.imgur.com/rk2i3J2.png)
## Development
### Install Node.js 0.11.9 or higher.
This app is build by [Koa](https://github.com/koajs/koa).
Koa use generator so, this app must be running Node.js 0.11.9 or higher.### Edit env
Copy `.env.sample` to `.env`, then edit.
### Run app
```
$ ./bin/start
```## Production on Heroku
### Create heroku app
```
$ heroku create [your-app-name]
```### Set config variables
```
$ heroku config:set \
WEBHOOK_PATH=endpoint-that-you-like \
GITHUB_OAUTH_TOKEN=your-token
```## License
MIT