From 02131ee3699bfc6661cb36035a2735cece838b9b Mon Sep 17 00:00:00 2001 From: Won Jun Jang Date: Wed, 5 Jul 2017 17:48:46 -0400 Subject: [PATCH] increase coverage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8647cd9db..aa85939dc 100644 --- a/package.json +++ b/package.json @@ -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'",