From 8df60496edaa1152b65032316c871aabf3c7246b Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Mon, 5 Feb 2024 00:45:03 +0100 Subject: [PATCH] workflows/tests: fix codecov reporting after v4 --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70c2d95ef6..d6603c1b64 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -392,10 +392,12 @@ jobs: HOMEBREW_BUILDPULSE_ACCOUNT_ID: 1503512 HOMEBREW_BUILDPULSE_REPOSITORY_ID: 53238813 - - uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 + - uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2 with: - root_dir: ${{ steps.set-up-homebrew.outputs.repository-path }} + working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }} files: Library/Homebrew/test/coverage/coverage.xml + disable_search: true + token: ${{ secrets.CODECOV_TOKEN }} test-default-formula: name: ${{ matrix.name }}