@@ -530,6 +530,12 @@ decreased since it is more precise than the truncated coverage percentage stored
530530the badge or Shields endpoint. __ Therefore, when using this feature, it is recommended that
531531you also set ` generate-summary: true ` and commit the summary report JSON file to the repository.__
532532
533+ #### ` generate-workflow-summary `
534+
535+ This input controls whether or not to log the coverage percentages to the GitHub Actions
536+ Workflow Job Summary. The default is ` generate-workflow-summary: true ` . This input is only
537+ relevant when running in GitHub Actions mode, and not when running as a CLI tool.
538+
533539
534540### Outputs
535541
@@ -659,7 +665,7 @@ You can also use a specific release with:
659665
660666` ` ` yml
661667 - name : Generate JaCoCo Badge
662- uses : cicirello/jacoco-badge-generator@v2.9 .0
668+ uses : cicirello/jacoco-badge-generator@v2.10 .0
663669 with :
664670 generate-branches-badge : true
665671` ` `
@@ -697,6 +703,7 @@ what these inputs do.
697703 fail-if-branches-less-than: 0
698704 fail-on-coverage-decrease: false
699705 fail-on-branches-decrease: false
706+ generate-workflow-summary: true
700707` ` `
701708
702709Since the above shows all of the default values of the action inputs,
@@ -1219,6 +1226,7 @@ you do not need to include them.
12191226| ` fail-if-branches-less-than: 0 ` | ` --fail-if-branches-less-than 0 ` |
12201227| ` fail-on-coverage-decrease: false ` | ` --fail-on-coverage-decrease false ` |
12211228| ` fail-on-branches-decrease: false ` | ` --fail-on-branches-decrease false ` |
1229+ | ` generate-workflow-summary: true ` | n/a |
12221230
12231231## Blog Posts
12241232
0 commit comments