Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitovi/coveralls-send
Send things to coverall
https://github.com/bitovi/coveralls-send
Last synced: about 8 hours ago
JSON representation
Send things to coverall
- Host: GitHub
- URL: https://github.com/bitovi/coveralls-send
- Owner: bitovi
- License: mit
- Created: 2016-04-01T13:29:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T01:03:41.000Z (over 7 years ago)
- Last Synced: 2024-10-28T03:00:03.662Z (11 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 45
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# coveralls-send
This binary is a drop-in replacement of [node-coveralls](https://github.com/nickmerwin/node-coveralls/tree/586bbd9112add7c6a388bb5418b69ceb3cfa9769/bin) binary with the sensible
differece that it will not cause the Travis build to fail if there is an error
(e.g the annoying 422 "Couldn't find a repository matching this job" error that
seems to happen randomly).## Usage
For usage instructions, please go here [node-coveralls](https://github.com/nickmerwin/node-coveralls/blob/master/README.md#usage).