From de580883dc4f4bbcfc62fe9704444dd4f4248344 Mon Sep 17 00:00:00 2001 From: Joe Turgeon Date: Fri, 26 Jun 2020 18:36:59 -0500 Subject: [PATCH] Fixing test coverage reporting to Coveralls from Travis CI. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f708ae..1c03053 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Serverless email forwarding using AWS Lambda and SES", "main": "index.js", "scripts": { - "check-coverage": "nyc --statements 100 npm run test", + "check-coverage": "nyc report --reporter=lcov --reporter=text --statements 100", "lint": "eslint *.js example/*.js test/*.js", "test": "mocha -- --check-leaks --timeout 3000" },