Skip to content

Commit

Permalink
Exclude *.pegjs.js from coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed Feb 21, 2016
1 parent dd071da commit 074d236
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 @@ -17,7 +17,7 @@
"dev-unit": "cross-env USE_PEGJS_REQUIRE=1 chokidar -d 1000 -t 10000 \"src/\" \"test/\" package.json .babelrc --initial -i \"*test/data*\" -c \"mocha test/unit/**/*.js\"",
"dev-integration": "cross-env USE_PEGJS_REQUIRE=1 chokidar -d 1000 -t 10000 \"src/\" \"test/\" package.json .babelrc --initial -i \"*test/data*\" -c \"mocha test/integration/**/*.js\"",
"nodemon": "cross-env USE_PEGJS_REQUIRE=1 nodemon --exec babel-node -- src/cli",
"coveralls": "cross-env USE_PEGJS_REQUIRE=1 istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"coveralls": "cross-env USE_PEGJS_REQUIRE=1 istanbul cover -x **/*.pegjs.js ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"author": "Moti Zilberman <motiz88@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 074d236

Please sign in to comment.