0.1.6 • Published 5 years ago

@nitive/github-bot-istanbul-coverage-100 v0.1.6

Weekly downloads
218
License
MIT
Repository
-
Last release
5 years ago

Istanbul Coverage 100 Build Status

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

  1. Create github app, ask permissions for Pull Requests and Checks
  2. Set env variables GITHUB_APP_ID and GITHUB_APP_PRIVATE_KEY in travis
  3. Install github-bot-istanbul-coverage-100 as dev dependency
  4. Add --coverage flag to jest to collect coverage on CI
  5. Add json-summary to coverage reporters
  6. Add npx github-bot-istanbul-coverage-100 in after_success script in .travis.yml
0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago