You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Add the latest version of `codacy-coverage` to your package.json:
17
17
```
18
18
npm install codacy-coverage --save
@@ -23,7 +23,7 @@ If you're using mocha, add `mocha-lcov-reporter` to your package.json:
23
23
npm install mocha-lcov-reporter --save
24
24
```
25
25
26
-
##Usage:
26
+
##Usage:
27
27
28
28
This script ( `bin/codacy-coverage.js` ) can take standard input from any tool that emits the lcov data format (including [mocha](http://mochajs.org)'s [LCov reporter](https://npmjs.org/package/mocha-lcov-reporter)) and send it to Codacy to report your code coverage there.
0 commit comments