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 76cf8d0 commit de58088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit de58088

Please sign in to comment.