From 59f172c4452d60692ba296c10fbd2136ba67430e Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Sat, 25 Jan 2025 11:18:02 -0800 Subject: [PATCH] build: re-enable upload-test-reports for macos-13 runner (#1335) * build: re-enable upload-test-reports for macos-13 runner * temporarily enable it on pr * Revert "temporarily enable it on pr" This reverts commit 0d16fe5be8211f5f862053d547cc5f1bbcdcfbee. --- .github/actions/java-test/action.yaml | 2 +- .github/workflows/pr_build.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/java-test/action.yaml b/.github/actions/java-test/action.yaml index caf3f6bba8..52a855a4a1 100644 --- a/.github/actions/java-test/action.yaml +++ b/.github/actions/java-test/action.yaml @@ -67,4 +67,4 @@ runs: - name: Upload coverage results if: ${{ inputs.upload-test-reports == 'true' }} - uses: codecov/codecov-action@v3 # uses v3 as it allows tokenless uploading + uses: codecov/codecov-action@v5 diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index ba5c9f688f..ce81ea2b24 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -211,8 +211,7 @@ jobs: uses: ./.github/actions/java-test with: maven_opts: -Pspark-${{ matrix.spark-version }} - # https://github.com/codecov/codecov-action/issues/1549 - # upload-test-reports: true + upload-test-reports: true macos-aarch64-test-with-spark4_0: strategy: