File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ Generate [coverage badge](https://www.npmjs.com/package/make-coverage-badge) lik
1616
1717## Inputs
1818
19- | Input | type | required | default | description |
20- |:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
21- | token | ` string` | `true` | `${{ github.token }}` | [GITHUB_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) <br /> or a repo scoped <br /> [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
22-
19+ | Input | type | required | default | description |
20+ |:-------------:|:-----------:|:-------------:|:-------------------------------------:|:-------------:|
21+ | path | ` string` | `true` | `.` | Path to the application |
22+ | output_path | `string` | `true` | `coverage/badge.svg` | Writes the coverage badge to the given path |
23+ | report_path | `string` | `true` | `coverage/coverage-summary.json` | Path to a coverage report file |
2324
2425
2526* Free software: [MIT license](LICENSE)
You can’t perform that action at this time.
0 commit comments