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 69c0b85 commit 384bd61Copy full SHA for 384bd61
.github/workflows/ci.yaml
@@ -56,6 +56,16 @@ jobs:
56
ARTIFACTS_OSS_SECRET_KEY: ${{ secrets.ARTIFACTS_OSS_SECRET_KEY }}
57
ARTIFACTS_OSS_STS_ENDPOINT: ${{ secrets.ARTIFACTS_OSS_STS_ENDPOINT }}
58
ARTIFACTS_OSS_ROLE_ARN: ${{ secrets.ARTIFACTS_OSS_ROLE_ARN }}
59
+ - name: Add coverage to PR
60
+ id: jacoco
61
+ uses: madrapps/[email protected]
62
+ with:
63
+ paths: |
64
+ ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/index.html,
65
+ ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/jacoco.xml
66
+ token: ${{ secrets.GITHUB_TOKEN }}
67
+ min-coverage-overall: 40
68
+ min-coverage-changed-files: 70
69
- name: Upload build logs
70
uses: actions/upload-artifact@v4
71
if: ${{ failure() }}
0 commit comments