Skip to content

Commit e63a373

Browse files
Jacoco summary report
1 parent 15f2b94 commit e63a373

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jobs:
3838
with:
3939
name: jacoco-coverage-report-ui
4040
path: checkmarx-ast-eclipse-plugin-tests/target/site/jacoco-aggregate
41-
41+
- name: Generate JaCoCo Badge
42+
uses: cicirello/jacoco-badge-generator@f33476a5a3fd5a4f77cb5eef2ebe728c1dd5b921
43+
with:
44+
jacoco-csv-file: checkmarx-ast-eclipse-plugin-tests/target/site/jacoco-aggregate/jacoco.csv
45+
generate-summary: true
4246
integration-tests:
4347
runs-on: ubuntu-latest
4448
steps:
@@ -71,6 +75,11 @@ jobs:
7175
with:
7276
name: jacoco-coverage-report-integration
7377
path: checkmarx-ast-eclipse-plugin-tests/target/site/jacoco-aggregate
78+
- name: Generate JaCoCo Badge
79+
uses: cicirello/jacoco-badge-generator@f33476a5a3fd5a4f77cb5eef2ebe728c1dd5b921
80+
with:
81+
jacoco-csv-file: checkmarx-ast-eclipse-plugin-tests/target/site/jacoco-aggregate/jacoco.csv
82+
generate-summary: true
7483
unit-tests:
7584
runs-on: ubuntu-latest
7685
steps:

0 commit comments

Comments
 (0)