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 ecbd3c7 commit 7fd8a1fCopy full SHA for 7fd8a1f
.github/workflows/ci.yaml
@@ -68,5 +68,5 @@ jobs:
68
- name: Upload JaCoCo coverage report
69
uses: actions/upload-artifact@v4
70
with:
71
- name: jacoco-report
+ name: jacoco-report-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
72
path: ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/
0 commit comments