Skip to content

Commit dffab31

Browse files
committed
Fixing test coverage reporting to Coveralls from Travis CI.
1 parent de58088 commit dffab31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Serverless email forwarding using AWS Lambda and SES",
55
"main": "index.js",
66
"scripts": {
7-
"check-coverage": "nyc report --reporter=lcov --reporter=text --statements 100",
7+
"check-coverage": "nyc report --reporter=lcov",
88
"lint": "eslint *.js example/*.js test/*.js",
9-
"test": "mocha -- --check-leaks --timeout 3000"
9+
"test": "nyc --statements 100 -- mocha -- --check-leaks --timeout 3000"
1010
},
1111
"dependencies": {
1212
"aws-sdk": "~2.631.0"

0 commit comments

Comments
 (0)