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 e421e77 commit 6cec311Copy full SHA for 6cec311
1 file changed
.github/workflows/build-pr.yml
@@ -23,22 +23,3 @@ jobs:
23
uses: gradle/actions/setup-gradle@v4
24
- name: Build on ${{ matrix.os }}
25
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
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
39
- uses: codecov/codecov-action@v5
40
41
- file: build/reports/jacoco/jacocoRootReport/jacocoRootReport.xml
42
- fail_ci_if_error: false
43
- token: ${{ secrets.CODECOV_TOKEN }}
44
- comment: true
0 commit comments