Skip to content

Commit

Permalink
Fixed #93 - Fix typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana committed Aug 30, 2024
1 parent dbc1c45 commit 642c391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for [Creating a workflow file](https://help.github.com/en/articles/configuring-a
### Inputs

- `paths` - [**required**] Comma separated paths of the generated jacoco xml files (supports wildcard glob pattern)
- `token` - [**required**] Github personal token to add commits to Pull Request
- `token` - [**required**] Github personal token to add comments to Pull Request
- `min-coverage-overall` - [*optional* {default: 80%}] The minimum code coverage that is required to pass for overall project
- `min-coverage-changed-files` - [*optional* {default: 80%}] The minimum code coverage that is required to pass for changed files
- `update-comment` - [*optional* {default: false}] If true, updates the previous coverage report comment instead of creating new one.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
description: 'Comma separated paths of the generated jacoco xml files (supports wildcard glob pattern)'
required: true
token:
description: 'Github personal token to add commits to Pull Request'
description: 'Github personal token to add comments to Pull Request'
required: true
min-coverage-overall:
description: 'The minimum code coverage that is required to pass for overall project'
Expand Down

0 comments on commit 642c391

Please sign in to comment.