Skip to content

Commit

Permalink
Fixing test coverage reporting to Coveralls from Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Jun 26, 2020
1 parent de58088 commit dffab31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Serverless email forwarding using AWS Lambda and SES",
"main": "index.js",
"scripts": {
"check-coverage": "nyc report --reporter=lcov --reporter=text --statements 100",
"check-coverage": "nyc report --reporter=lcov",
"lint": "eslint *.js example/*.js test/*.js",
"test": "mocha -- --check-leaks --timeout 3000"
"test": "nyc --statements 100 -- mocha -- --check-leaks --timeout 3000"
},
"dependencies": {
"aws-sdk": "~2.631.0"
Expand Down

0 comments on commit dffab31

Please sign in to comment.