Skip to content

Commit

Permalink
Merge pull request #16584 from Homebrew/codecov-fix
Browse files Browse the repository at this point in the history
workflows/tests: fix codecov reporting after v4
  • Loading branch information
Bo98 authored Feb 23, 2024
2 parents 80de148 + 8df6049 commit 1d614fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1d614fc

Please sign in to comment.