Skip to content

Commit 85b1b9c

Browse files
committed
switch to another report tool
1 parent 3a7d13d commit 85b1b9c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,7 @@ jobs:
100100
pwd
101101
ls -l ./client-v2/target/site/jacoco-aggregate/jacoco.xml
102102
continue-on-error: true
103-
- name: Attach Report
104-
id: jacoco
105-
uses: madrapps/[email protected]
103+
- name: Add JaCoCo Coverage Summary
104+
uses: jjmrocha/jacoco-summary@v1
106105
with:
107-
paths: |
108-
${{ github.workspace }}/client-v2/target/site/jacoco-aggregate/jacoco.xml,
109-
${{ github.workspace }}/jdbc-v2/target/site/jacoco-aggregate/jacoco.xml
110-
token: ${{ secrets.GITHUB_TOKEN }}
111-
min-coverage-overall: 40
112-
min-coverage-changed-files: 60
113-
title: Code Coverage
114-
update-comment: 'true'
106+
jacoco-csv-file: ${{ github.workspace }}/client-v2/target/site/jacoco-aggregate/jacoco.csv

0 commit comments

Comments
 (0)