Skip to content

Commit e24c2cb

Browse files
committed
Added coverage reported with debug
1 parent 85b1b9c commit e24c2cb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/analysis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,12 @@ jobs:
100100
pwd
101101
ls -l ./client-v2/target/site/jacoco-aggregate/jacoco.xml
102102
continue-on-error: true
103-
- name: Add JaCoCo Coverage Summary
104-
uses: jjmrocha/jacoco-summary@v1
103+
- name: Add coverage to PR
104+
id: jacoco
105+
uses: madrapps/[email protected]
105106
with:
106-
jacoco-csv-file: ${{ github.workspace }}/client-v2/target/site/jacoco-aggregate/jacoco.csv
107+
paths: ${{ github.workspace }}/client-v2/target/site/jacoco-aggregate/jacoco.xml
108+
token: ${{ secrets.GITHUB_TOKEN }}
109+
min-coverage-overall: 40
110+
min-coverage-changed-files: 60
111+
debug-mode: 'true'

0 commit comments

Comments
 (0)