Skip to content

Commit

Permalink
ignore spec coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Aug 1, 2014
1 parent 375c567 commit dc5891a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "A simple request url rewriter as a minimal wrapper around String.prototype.replace",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- -R spec spec",
"test": "./node_modules/.bin/istanbul test -x \"**/spec/**\" ./node_modules/.bin/_mocha -- -R spec spec",
"report-cov": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
Expand Down

0 comments on commit dc5891a

Please sign in to comment.