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 6c23fc5 commit 900a977Copy full SHA for 900a977
.github/workflows/ci.yaml
@@ -66,4 +66,4 @@ jobs:
66
uses: actions/upload-artifact@v4
67
with:
68
name: jacoco-report-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
69
- path: ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/
+ path: ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco-aggregate/*
0 commit comments