Skip to content

Commit 6cec311

Browse files
committed
chore: remove JaCoCo coverage report generation and upload steps from CI workflow
1 parent e421e77 commit 6cec311

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,3 @@ jobs:
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

0 commit comments

Comments
 (0)