You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
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
+
7
13
## Show annotations
8
14
9
15
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