Merge pull request #16584 from Homebrew/codecov-fix

workflows/tests: fix codecov reporting after v4
This commit is contained in:
Bo Anderson 2024-02-23 19:34:16 +00:00 committed by GitHub
commit 1d614fc027
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}