File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ for [Creating a workflow file](https://help.github.com/en/articles/configuring-a
17
17
### Inputs
18
18
19
19
- ` paths ` - [ ** required** ] Comma separated paths of the generated jacoco xml files (supports wildcard glob pattern)
20
- - ` token ` - [ ** required** ] Github personal token to add commits to Pull Request
20
+ - ` token ` - [ ** required** ] Github personal token to add comments to Pull Request
21
21
- ` min-coverage-overall ` - [ * optional* {default: 80%}] The minimum code coverage that is required to pass for overall project
22
22
- ` min-coverage-changed-files ` - [ * optional* {default: 80%}] The minimum code coverage that is required to pass for changed files
23
23
- ` update-comment ` - [ * optional* {default: false}] If true, updates the previous coverage report comment instead of creating new one.
Original file line number Diff line number Diff line change 5
5
description : ' Comma separated paths of the generated jacoco xml files (supports wildcard glob pattern)'
6
6
required : true
7
7
token :
8
- description : ' Github personal token to add commits to Pull Request'
8
+ description : ' Github personal token to add comments to Pull Request'
9
9
required : true
10
10
min-coverage-overall :
11
11
description : ' The minimum code coverage that is required to pass for overall project'
You can’t perform that action at this time.
0 commit comments