Skip to content

Commit ecbd3c7

Browse files
committed
111
1 parent cf2a2cc commit ecbd3c7

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,14 @@ jobs:
5959
ARTIFACTS_OSS_SECRET_KEY: ${{ secrets.ARTIFACTS_OSS_SECRET_KEY }}
6060
ARTIFACTS_OSS_STS_ENDPOINT: ${{ secrets.ARTIFACTS_OSS_STS_ENDPOINT }}
6161
ARTIFACTS_OSS_ROLE_ARN: ${{ secrets.ARTIFACTS_OSS_ROLE_ARN }}
62-
- name: Add coverage to PR
63-
id: jacoco
64-
uses: madrapps/[email protected]
65-
with:
66-
paths: |
67-
${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/index.html,
68-
${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/jacoco.xml
69-
token: ${{ secrets.GITHUB_TOKEN }}
70-
min-coverage-overall: 40
71-
min-coverage-changed-files: 70
7262
- name: Upload build logs
7363
uses: actions/upload-artifact@v4
7464
if: ${{ failure() }}
7565
with:
7666
name: logs-test-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
77-
path: ${{ runner.temp }}/fluss-logs/*
67+
path: ${{ runner.temp }}/fluss-logs/*
68+
- name: Upload JaCoCo coverage report
69+
uses: actions/upload-artifact@v4
70+
with:
71+
name: jacoco-report
72+
path: ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/

0 commit comments

Comments
 (0)