Skip to content

Commit

Permalink
Exclude the auto-generated facet code when computing test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
l12s committed Jun 15, 2016
1 parent d9cb65f commit e163fb1
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 @@ -7,7 +7,7 @@
"lint": "eslint . --ignore-path .gitignore",
"mocha": "mocha --recursive --reporter spec test",
"test": "npm run mocha && npm run lint",
"cover": "istanbul cover --report lcovonly _mocha -- --recursive",
"cover": "istanbul cover -x **/facets/*.js --report lcovonly _mocha -- --recursive",
"coveralls": "npm run cover && istanbul-coveralls",
"make-slack-client-symlink": "mkdir -p $PWD/node_modules/@slack/client && ln -s $PWD/index.js $PWD/node_modules/@slack/client/index.js"
},
Expand Down

0 comments on commit e163fb1

Please sign in to comment.