We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e73b91 + 4d22717 commit 6bc2aaeCopy full SHA for 6bc2aae
README.md
@@ -17,6 +17,7 @@ Generate coverage.py badge
17
| Input | type | required | default | description |
18
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
19
| 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) |
20
+| output | `string` | `true` | `coverage.svg` | The output path for the generated coverage badge. |
21
22
23
0 commit comments