We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b1b9c commit e24c2cbCopy full SHA for e24c2cb
.github/workflows/analysis.yml
@@ -100,7 +100,12 @@ jobs:
100
pwd
101
ls -l ./client-v2/target/site/jacoco-aggregate/jacoco.xml
102
continue-on-error: true
103
- - name: Add JaCoCo Coverage Summary
104
- uses: jjmrocha/jacoco-summary@v1
+ - name: Add coverage to PR
+ id: jacoco
105
+ uses: madrapps/[email protected]
106
with:
- 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