File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 4545 timeout-minutes : 60
4646 run : |
4747 TEST_MODULES=$(./.github/workflows/stage.sh ${{ matrix.module }})
48+ echo "github ref: ${{ github.ref }}"
4849 echo "Start testing modules: $TEST_MODULES"
4950 mvn -B verify $TEST_MODULES -Ptest-coverage -Ptest-${{ matrix.module }} -Dlog.dir=${{ runner.temp }}/fluss-logs -Dlog4j.configurationFile=${{ github.workspace }}/tools/ci/log4j.properties
5051 env :
6162 if : ${{ failure() }}
6263 with :
6364 name : logs-test-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
64- path : ${{ runner.temp }}/fluss-logs/*
65+ path : ${{ runner.temp }}/fluss-logs/*
66+ - name : Upload JaCoCo coverage report
67+ uses : actions/upload-artifact@v4
68+ if : ${{ success() && github.ref == 'refs/heads/main' }}
69+ with :
70+ name : jacoco-report-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
71+ path : ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco-aggregate/*
You can’t perform that action at this time.
0 commit comments