Skip to content

Commit

Permalink
fix: reduce coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 25, 2020
1 parent 8b2b16e commit 5ad40ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ script:
- npm run test
- nyc --silent npm run test
- nyc report --reporter=text-lcov | coveralls
- nyc check-coverage --lines 60
- nyc check-coverage --lines 30
after_success:
- NODE_ENV=production npm run build
- semantic-release
Expand Down

0 comments on commit 5ad40ad

Please sign in to comment.