Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ Support this project with a :star:

## Inputs

| Input | type | required | default | description |
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
| output | `string` | `true` | `coverage.svg` | The output path for <br /> the generated coverage badge. |
| overwrite | `string` | `true` | `'true'` | Boolean string used to <br /> determine wheter to overwrite <br /> an existing badge. |
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------|--------|----------|----------------|---------------------------------------------|
| output | string | true | `coverage.svg` | Output path to write the<br>coverage badge. |
| overwrite | string | true | `true` | Overwrite an existing coverage badge.<br> |

<!-- AUTO-DOC-INPUT:END -->

### Example

Expand Down