diff --git a/package.json b/package.json index f0d3c9e..586ad43 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "istanbul --include-all-sources cover _mocha --dir .coverage -- -R spec", - "test:ci": "istanbul --include-all-sources cover _mocha --report lcovonly -- -R spec" + "test:ci": "istanbul --include-all-sources cover _mocha --dir .coverage --report lcovonly -- -R spec && cat ./.coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./.coverage" }, "dependencies": {}, "devDependencies": {