Skip to content

Commit

Permalink
Merge pull request #146 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
repo-ranger[bot] authored Dec 2, 2023
2 parents 7d282b4 + 276e24a commit 8dbad5c
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,26 @@ Support this project with a :star:
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------------------------------------------------------------------------------------|--------|----------|------------------|-----------------------------------------------|
| <a name="input_output"></a>[output](#input_output) | string | false | `"coverage.svg"` | Output path to write the <br>coverage badge. |
| <a name="input_overwrite"></a>[overwrite](#input_overwrite) | string | false | `"true"` | Overwrite an existing coverage badge. |
| <a name="input_working-directory"></a>[working-directory](#input_working-directory) | string | false | `"."` | Current working directory |
```yaml
- uses: tj-actions/coverage-badge-py@v2
id: coverage-badge-py
with:
# Output path to write the coverage badge.
# Type: string
# Default: "coverage.svg"
output: ''

# Overwrite an existing coverage badge.
# Type: boolean
# Default: "true"
overwrite: ''

# Current working directory
# Type: string
# Default: "."
working-directory: ''

```

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

Expand Down

0 comments on commit 8dbad5c

Please sign in to comment.