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
| `github-token` | **yes** | - | Default Github Actions token. The token is not required if GitHub application is installed and the token passed through `barecheck-github-app-token` |
51
-
| `lcov-file` | **yes** | - | Lcov.info file that was generated after your test coverage command |
52
-
| `barecheck-github-app-token` | **no** | - | Barecheck application token, received after application installation comment. |
53
-
| `barecheck-api-key` | **no** | - | Your project API_KEY generated from https://barecheck.com. Use this property to avoid running coverage for the base branch. |
54
-
| `base-lcov-file` | **no** | - | Lcov.info file that would be used to compare code coverage. The comparison will be disabled if the file is not passed |
55
-
| `send-summary-comment` | **no** | true | Option to send Github code coverage comment based on the changes that were made in PR |
56
-
| `show-annotations` | **no** | 'warning' | Option to enable Github annotation that would show uncovered files in review tab. Options: ''\| warning \| error |
57
-
| `minimum-ratio` | **no** | '' | Percentage of uncovered lines that are allowed for new changes |
58
-
| `app-name` | **no** | 'Barecheck' | Application name would be used once you have more than one report in your workflow and want to have different reports per application. |
59
-
| `workspace-path` | **no** | 'Barecheck' | Option to specify the path of projects in monorepo |
60
-
| `pull-number` | **no** | 'Pull request number (Optional). For use in non-'pull_request' events |
| `github-token` | **yes** | - | Default Github Actions token. The token is not required if GitHub application is installed and the token passed through `barecheck-github-app-token` |
51
+
| `lcov-file` | **yes** | - | Lcov.info file that was generated after your test coverage command |
52
+
| `barecheck-github-app-token` | **no** | - | Barecheck application token, received after application installation comment. |
53
+
| `barecheck-api-key` | **no** | - | Your project API_KEY generated from https://barecheck.com. Use this property to avoid running coverage for the base branch. |
54
+
| `base-lcov-file` | **no** | - | Lcov.info file that would be used to compare code coverage. The comparison will be disabled if the file is not passed |
55
+
| `send-summary-comment` | **no** | true | Option to send Github code coverage comment based on the changes that were made in PR |
56
+
| `show-annotations` | **no** | 'warning' | Option to enable Github annotation that would show uncovered files in review tab. Options: ''\| warning \| error |
57
+
| `minimum-ratio` | **no** | '' | Percentage of uncovered lines that are allowed for new changes |
58
+
| `app-name` | **no** | 'Barecheck' | Application name would be used once you have more than one report in your workflow and want to have different reports per application. |
59
+
| `workspace-path` | **no** | 'Barecheck' | Option to specify the path of projects in monorepo |
60
+
| `pull-number` | **no** | '' | Pull request number (Optional). For use in non-'pull_request' events |
0 commit comments