diff options
| author | Marcus Gartner <[email protected]> | 2015-04-04 14:53:33 -0700 |
|---|---|---|
| committer | Marcus Gartner <[email protected]> | 2015-04-04 14:53:33 -0700 |
| commit | cbad060733b6caa72183c1bb5de3828687fd1430 (patch) | |
| tree | ec6acb6451b109fc679ef18aed93e161f21eb535 | |
| parent | 0718a261753046451c204be5f0abb31603a8dd19 (diff) | |
| download | node-coveralls-cbad060733b6caa72183c1bb5de3828687fd1430.tar.xz node-coveralls-cbad060733b6caa72183c1bb5de3828687fd1430.zip | |
Update README to be more clear
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -23,8 +23,7 @@ This script ( `bin/coveralls.js` ) can take standard input from any tool that em Once your app is instrumented for coverage, and building, you need to pipe the lcov output to `./node_modules/coveralls/bin/coveralls.js`. -This library currently supports [travis-ci](https://travis-ci.org/) with no extra effort beyond that, but if -you're using a different build system, there are a few environment variables that are necessary: +This library currently supports [travis-ci](https://travis-ci.org/) with no extra effort beyond piping the lcov output to coveralls. However, if you're using a different build system, there are a few environment variables that are necessary: * COVERALLS_SERVICE_NAME (the name of your build system) * COVERALLS_REPO_TOKEN (the secret repo token from coveralls.io) |
