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.
1 parent 7a33425 commit e0e1f5dCopy full SHA for e0e1f5d
README.md
@@ -16,6 +16,7 @@ Create a workflow `.yml` file in your repositories `.github/workflows` directory
16
- `token` - [**required**] Github personal token to add commits to Pull Request
17
- `min-coverage-overall` - [*optional*] The minimum code coverage that is required to pass for overall project
18
- `min-coverage-changed-files` - [*optional*] The minimum code coverage that is required to pass for changed files
19
+- `update-comment` - [*optional*] Updates the coverage report comment instead of creating new ones. Requires `title` to work properly.
20
- `title` - [*optional*] Title for the Pull Request comment
21
22
### Outputs
0 commit comments