Skip to content

Commit cd9c662

Browse files
authored
Update README.md
1 parent 357ee8e commit cd9c662

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)