Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
black-adder committed Jul 5, 2017
1 parent 4b428ec commit 02131ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"add-license": "./node_modules/.bin/uber-licence",
"check-license": "./node_modules/.bin/uber-licence --dry",
"check-ls": "npm ls --loglevel=http --parseable 1>/dev/null && echo '# npm is in a good state'",
"cover": "babel-node ./node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha -- test/ test/samplers/",
"cover": "babel-node ./node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha -- test/ test/samplers/ test/baggage/",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"flow": "flow",
"lint": "eslint $(ls src/ | grep '.js$') && echo '# linter passed'",
Expand Down

0 comments on commit 02131ee

Please sign in to comment.