Skip to content

Commit edb5888

Browse files
fix: update docs (#79)
* add barecheck app token input * use github application token * build new version * fix sinfle line text * add input test * impove input args coverage * update images and add docs about uncovered lines * comment one test * revert * add installation * fix typo
1 parent 72693aa commit edb5888

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ GitHub Action that generates coverage reports
44

55
![code coverage report success](./docs/img/barecheck-comment-success.png)
66

7+
## Installation
8+
9+
1. Install [Barecheck Application](https://github.com/apps/barecheck)
10+
2. Copy the token provided on the authorization confirmation page and [add it to your build environment](https://docs.github.com/en/actions/reference/environment-variables) as LHCI_GITHUB_APP_TOKEN
11+
3. Create Github Actions worrkflow from the [example](https://github.com/barecheck/code-coverage-action#workflow-example)
12+
713
## Show annotations
814

915
As a part of code coverage report action also enable an ability to show annotations along with changed lines to keep control what is covered with tests without interapting review process

0 commit comments

Comments
 (0)