@nitive/github-bot-istanbul-coverage-100
v0.1.6
Published
Github bot to ensure that your app have 100% coverage. It checks your coverage report and creates checks in pull requests, send coverage comments and annotate uncovered lines of code.
Readme
Istanbul Coverage 100 
Github bot to ensure that your app have 100% coverage. It checks your coverage report and creates checks in pull requests, send coverage comments and annotate uncovered lines of code.
Get started
- Create github app, ask permissions for Pull Requests and Checks
- Set env variables
GITHUB_APP_IDandGITHUB_APP_PRIVATE_KEYin travis - Install
github-bot-istanbul-coverage-100as dev dependency - Add
--coverageflag tojestto collect coverage on CI - Add
json-summaryto coverage reporters - Add
npx github-bot-istanbul-coverage-100inafter_successscript in .travis.yml
