Skip to content

Commit

Permalink
chore: description
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliimelnychuk committed Dec 9, 2024
1 parent ceb4fd3 commit cd35337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To integrate with this Github Action, you can just use the following configurati
| `minimum-ratio` | **no** | '' | Percentage of uncovered lines that are allowed for new changes |
| `app-name` | **no** | 'Barecheck' | Application name would be used once you have more than one report in your workflow and want to have different reports per application. |
| `workspace-path` | **no** | 'Barecheck' | Option to specify the path of projects in monorepo |
| `pull-number` | **no** | '' | Pull request number (Optional). For use in non-'pull_request' events |
| `pull-number` | **no** | '' | Pull request number where code coverage comment will be send. This arg mostly is for 'push' events workflows. |

## Workflow Example

Expand Down

0 comments on commit cd35337

Please sign in to comment.