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 3a7d13d commit 85b1b9cCopy full SHA for 85b1b9c
.github/workflows/analysis.yml
@@ -100,15 +100,7 @@ jobs:
100
pwd
101
ls -l ./client-v2/target/site/jacoco-aggregate/jacoco.xml
102
continue-on-error: true
103
- - name: Attach Report
104
- id: jacoco
105
- uses: madrapps/[email protected]
+ - name: Add JaCoCo Coverage Summary
+ uses: jjmrocha/jacoco-summary@v1
106
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'
+ jacoco-csv-file: ${{ github.workspace }}/client-v2/target/site/jacoco-aggregate/jacoco.csv
0 commit comments