Skip to content

Commit

Permalink
feat(app): Exclude bin from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Jun 23, 2016
1 parent e5627c6 commit 7ad493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": "npm run eslint",
"pretest": "npm run eslint",
"test": "npm run mocha",
"mocha": "istanbul cover --root . --include-all-sources -x **/coverage/** -x **/client/** -x **/files/** -x **/node_modules/** --dir ./coverage/mocha --report text --report text-summary --report lcov --print none _mocha -- test/mocha/**/*.spec.js --reporter spec --timeout 10000",
"mocha": "istanbul cover --root . --include-all-sources -x **/coverage/** -x **/client/** -x **/files/** -x **/node_modules/** -x **/bin/** --dir ./coverage/mocha --report text --report text-summary --report lcov --print none _mocha -- test/mocha/**/*.spec.js --reporter spec --timeout 10000",
"mocha:watch": "mocha test/mocha/**/*.spec.js -R nyan -w --timeout 10000",
"release": "node bin/mcfly-semantic-release.js"
},
Expand Down

0 comments on commit 7ad493a

Please sign in to comment.