Skip to content

Commit

Permalink
updating to build better coverage that we can read
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Gensler committed Sep 4, 2015
1 parent 814395b commit 055e856
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 @@
"prepublish": "babel src --out-dir lib",
"base": "babel-node",
"cover": "npm run cover:base -- test/*.test.js",
"cover:base": "NODE_ENV=test npm run base -- node_modules/.bin/isparta cover --report html node_modules/.bin/tape -- tspec",
"cover:base": "NODE_ENV=test npm run base -- node_modules/.bin/isparta cover --report lcov node_modules/.bin/tape -- tspec",
"coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"lint": "eslint src/*",
"test": "npm run test:base -- test/*.test.js -- tspec",
Expand Down

0 comments on commit 055e856

Please sign in to comment.