We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de58088 commit dffab31Copy full SHA for dffab31
package.json
@@ -4,9 +4,9 @@
4
"description": "Serverless email forwarding using AWS Lambda and SES",
5
"main": "index.js",
6
"scripts": {
7
- "check-coverage": "nyc report --reporter=lcov --reporter=text --statements 100",
+ "check-coverage": "nyc report --reporter=lcov",
8
"lint": "eslint *.js example/*.js test/*.js",
9
- "test": "mocha -- --check-leaks --timeout 3000"
+ "test": "nyc --statements 100 -- mocha -- --check-leaks --timeout 3000"
10
},
11
"dependencies": {
12
"aws-sdk": "~2.631.0"
0 commit comments