You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`file`| The location of the clover file. <br/> **Required**|
36
-
|`base-file`| The location of the clover file with a previous state of the coverage to compare |
37
-
|`dir-prefix`| Section of the file on clover report to remove <br/> Default: `github.workspace` <br/> **Required**|
38
-
|`dir-prefix-keep`| Section of the `dir-prefix` to keep when creating link to file.<br/>Example: if your php application is at "$REPO/backend", then you should set this to "backend" |
39
-
|`only-with-cover`| Should only list files with at least one line covered. |
40
-
|`only-with-coverable-lines`| Should only list files with at least one "coverable" line of code<br/>Example: interfaces or abstract classes with no implementation |
41
-
|`lang`| In which [language][lang] to format the numbers <br/> Default: `en-US`|
42
-
|`chart-size`| How many characters to use on chart's bar<br/> Default: `23`|
43
-
|`with-chart`| Add a chart with the distribution of coverage on files<br/> Default: `true`|
44
-
|`max-line-coverage-decrease`| How much the line coverage percentage can decrease without failing |
45
-
|`max-method-coverage-decrease`| How much the method coverage percentage can decrease without failing |
46
-
|`min-line-coverage`| Minimum percentage acceptable for line coverage <br/> Default: `0`|
47
-
|`min-method-coverage`| Minimum percentage acceptable for method coverage <br/>Default `0`|
48
-
|`with-table`| Add a table with a list of files and its coverage <br/> Default: `true`|
49
-
|`with-branches`| Adds the column "Branches" with the branching coverage <br/> Default: `true`|
50
-
|`show-percentage-change-on-table`| Show in percentage how much the file coverage changed per file |
51
-
|`table-type-coverage`| Which of the coverage percentages to filter <br/> Default: `"lines"`|
52
-
|`table-below-coverage`| Show only files below or equal to this coverage percentage <br/> Default: `100`|
53
-
|`table-above-coverage`| Show only files above or equal to this coverage percentage <br/> Default: `0`|
54
-
|`table-coverage-change`| Show only files which their coverage changed equal or above this percentage <br/> Default: `0`|
55
-
|`signature`| Custom signature to be used at the bottom of the comment. <br/>If you need multiple comments per pull request each step needs to have a unique `signature`|
56
-
|`github-token`| Custom [PAT][pat] to be used instead of the [default action token][default-token], should have the `repo` scope |
57
-
|`skip-comments-on-forks`| Should skip trying to comment on [pull requests created from forks](#restrictions-on-forks) <br/> Default: `false`|
|`file`| The location of the clover file. <br/> **Required**|
36
+
|`base-file`| The location of the clover file with a previous state of the coverage to compare |
37
+
|`dir-prefix`| Section of the file on clover report to remove <br/> Default: `github.workspace` <br/> **Required**|
38
+
|`dir-prefix-keep`| Section of the `dir-prefix` to keep when creating link to file.<br/>Example: if your php application is at "$REPO/backend", then you should set this to "backend" |
39
+
|`only-with-cover`| Should only list files with at least one line covered. |
40
+
|`only-with-coverable-lines`| Should only list files with at least one "coverable" line of code<br/>Example: interfaces or abstract classes with no implementation |
41
+
|`lang`| In which [language][lang] to format the numbers <br/> Default: `en-US`|
42
+
|`chart-size`| How many characters to use on chart's bar<br/> Default: `23`|
43
+
|`with-chart`| Add a chart with the distribution of coverage on files<br/> Default: `true`|
44
+
|`max-line-coverage-decrease`| How much the line coverage percentage can decrease without failing |
45
+
|`max-method-coverage-decrease`| How much the method coverage percentage can decrease without failing |
46
+
|`min-line-coverage`| Minimum percentage acceptable for line coverage <br/> Default: `0`|
47
+
|`min-method-coverage`| Minimum percentage acceptable for method coverage <br/>Default `0`|
48
+
|`with-table`| Add a table with a list of files and its coverage <br/> Default: `true`|
49
+
|`with-branches`| Adds the column "Branches" with the branching coverage <br/> Default: `true`|
50
+
|`show-percentage-change-on-table`| Show in percentage how much the file coverage changed per file |
51
+
|`table-type-coverage`| Which of the coverage percentages to filter <br/> Default: `"lines"`|
52
+
|`table-below-coverage`| Show only files below or equal to this coverage percentage <br/> Default: `100`|
53
+
|`table-above-coverage`| Show only files above or equal to this coverage percentage <br/> Default: `0`|
54
+
|`table-coverage-change`| Show only files which their coverage changed equal or above this percentage <br/> Default: `0`|
55
+
|`signature`| Custom signature to be used at the bottom of the comment. <br/>If you need multiple comments per pull request each step needs to have a unique `signature`|
56
+
|`github-token`| Custom [PAT][pat] to be used instead of the [default action token][default-token], should have the `repo` scope |
57
+
|`skip-comments-on-forks`| Should skip trying to comment on [pull requests created from forks](#restrictions-on-forks) <br/> Default: `false`|
58
+
|`icon-equals`| Emoji/text to be used when the coverage diff is zero <br/> Default: `:stop_button:`|
59
+
|`icon-increased`| Emoji/text to be used when the coverage diff is increased <br/> Default: `:stop_up_small:`|
60
+
|`icon-decreased`| Emoji/text to be used when the coverage diff is decreased <br/> Default: `:stop_down_small:`|
61
+
|`icon-new`| Emoji/text to be used when the file file is new, and does not have previous coverage metrics to compare <br/> Default: `:new:`|
0 commit comments