Akshat-Jain commented on code in PR #17876: URL: https://github.com/apache/druid/pull/17876#discussion_r2030545510
########## .github/workflows/ci.yml: ########## @@ -61,11 +56,26 @@ jobs: truncate_stack_traces: false reporting-jacoco-coverage-failures: - name: "report-jacoco-coverage-failures" + name: "coverage-jacoco" needs: run-unit-tests uses: ./.github/workflows/worker.yml if: ${{ !contains( github.event.pull_request.labels.*.name, 'jacoco:skip') }} with: script: .github/scripts/create-jacoco-coverage-report.sh artifacts_to_download: "unit-test-reports-*" - key: "jacoco-coverage-report" + key: "coverage-jacoco" + + run-unit-tests-all-jdk: Review Comment: Confirmed offline that it was an outdated run. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org