Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayMakhonin committed Sep 9, 2019
1 parent c54724f commit 242760e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .nycrc.json
Expand Up @@ -3,8 +3,8 @@
"src/**/*.js"
],
"reporter": [
"json"
"lcov"
],
"temp-dir": "./tmp/coverage/nyc/tmp",
"report-dir": "./tmp/coverage/nyc/json"
"report-dir": "./tmp/coverage/nyc/lcov"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"build": "node-gyp configure && node-gyp build",
"test": "mocha",
"watch": "mocha --watch --watch-extensions .*",
"ci": "npm run lint && nyc npm run test && ncat tmp/coverage/all/lcov/**/lcov.info --banner \"\" | coveralls"
"ci": "npm run lint && nyc npm run test && ncat tmp/coverage/nyc/lcov/lcov.info --banner \"\" | coveralls"
},
"keywords": [
"native",
Expand Down

0 comments on commit 242760e

Please sign in to comment.