diff options
| author | Alan Shaw <[email protected]> | 2013-07-05 08:59:00 +0100 |
|---|---|---|
| committer | Alan Shaw <[email protected]> | 2013-07-05 08:59:00 +0100 |
| commit | ca07f96b3e9c19a30e11d87e6d13c88e5f29d7a7 (patch) | |
| tree | 185bb85e36eb3e8c449d10f304c4bb0edd645150 | |
| parent | cf69973030984890157193efd603f21b5d4e568c (diff) | |
| download | node-coveralls-ca07f96b3e9c19a30e11d87e6d13c88e5f29d7a7.tar.xz node-coveralls-ca07f96b3e9c19a30e11d87e6d13c88e5f29d7a7.zip | |
Fix the headings
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,10 +51,10 @@ YOURPACKAGE_COVERAGE=1 ./node_modules/.bin/mocha test -R mocha-lcov-reporter | . ``` Check out an example [Makefile](https://github.com/cainus/urlgrey/blob/master/Makefile) from one of my projects for an example, especially the test-coveralls build target. Note: Travis runs `npm test`, so whatever target you create in your Makefile must be the target that `npm test` runs (This is set in package.json's 'scripts' property). -##[Istanbul](https://github.com/gotwarlost/istanbul) +### [Istanbul](https://github.com/gotwarlost/istanbul) TODO -## [Nodeunit](https://github.com/caolan/nodeunit) + [JSCoverage](https://github.com/fishbar/jscoverage) +### [Nodeunit](https://github.com/caolan/nodeunit) + [JSCoverage](https://github.com/fishbar/jscoverage) Depend on nodeunit, jscoverage and coveralls: |
