File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/setup-java@v4
1919 with :
2020 distribution : temurin
21- java-version : 24
21+ java-version : 25
2222 - name : Setup Gradle
2323 uses : gradle/actions/setup-gradle@v4
2424 - name : Build on ${{ matrix.os }}
2525 run : ./gradlew clean build test
26- - name : Generate JaCoCo Coverage Report
27- if : matrix.os == 'ubuntu-latest'
28- run : ./gradlew jacocoRootReport
29- - name : Upload Coverage Report
30- if : matrix.os == 'ubuntu-latest'
31- uses : actions/upload-artifact@v4
32- with :
33- name : jacoco-report
34- path : |
35- build/reports/jacoco/jacocoRootReport/html/
36- build/reports/jacoco/jacocoRootReport/jacocoRootReport.xml
37- - name : Upload Coverage to Codecov
38- if : matrix.os == 'ubuntu-latest'
39- uses : codecov/codecov-action@v5
40- with :
41- file : build/reports/jacoco/jacocoRootReport/jacocoRootReport.xml
42- fail_ci_if_error : false
43- token : ${{ secrets.CODECOV_TOKEN }}
44- comment : true
You can’t perform that action at this time.
0 commit comments