File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff 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- 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/
You can’t perform that action at this time.
0 commit comments