diff options
| author | Ilan Biala <[email protected]> | 2014-04-04 13:07:43 -0400 |
|---|---|---|
| committer | Ilan Biala <[email protected]> | 2014-04-04 13:07:43 -0400 |
| commit | 3a84220e96a4001e93ac6b6707ff27c43bffe15a (patch) | |
| tree | 176b98a8865439670855c2af5f44c1a52186f3f2 /README.md | |
| parent | 3e55f51c37fd338d3b6663292208dc435f21db4e (diff) | |
| download | node-coveralls-3a84220e96a4001e93ac6b6707ff27c43bffe15a.tar.xz node-coveralls-3a84220e96a4001e93ac6b6707ff27c43bffe15a.zip | |
Update README.md
now using "variables", much cleaner
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -1,9 +1,6 @@ #node-coveralls -[](https://travis-ci.org/cainus/node-coveralls) -[](https://coveralls.io/r/cainus/node-coveralls?branch=master) -[](https://www.codeship.io/projects/5622) -[](https://drone.io/github.com/cainus/node-coveralls/latest) + +[![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Codeship Build Status][codeship-image]][codeship-url] [![Build Status][drone-image]][drone-url] [Coveralls.io](https://coveralls.io/) support for node.js. Get the great coverage reporting of coveralls.io and add a cool coverage button ( like the one above ) to your README. @@ -104,4 +101,14 @@ If you're running locally, you must have a `.coveralls.yml` file, as documented If you want to send commit data to coveralls, you can set the `COVERALLS_GIT_COMMIT` environment-variable to the commit hash you wish to reference. If you don't want to use a hash, you can set it to `HEAD` to supply coveralls with the latest commit data. This requires git to be installed and executable on the current PATH. +[travis-image]: https://travis-ci.org/cainus/node-coveralls.png?branch=master +[travis-url]: https://travis-ci.org/cainus/node-coveralls + +[codeship-image]: https://www.codeship.io/projects/de6fb440-dea9-0130-e7d9-122ca7ee39d3/status +[codeship-url]: https://www.codeship.io/projects/5622 + +[coveralls-image]: https://coveralls.io/repos/cainus/node-coveralls/badge.png?branch=master +[coveralls-url]: https://coveralls.io/r/cainus/node-coveralls?branch=master +[drone-image]: https://drone.io/github.com/cainus/node-coveralls/status.png +[drone-url]: https://drone.io/github.com/cainus/node-coveralls/latest |
