Skip to content

Commit

Permalink
workflows/tests: fix codecov reporting after v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Feb 23, 2024
1 parent ea3b4b8 commit 5d9e1b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,11 @@ 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
token: ${{ secrets.CODECOV_TOKEN }}

test-default-formula:
name: ${{ matrix.name }}
Expand Down

0 comments on commit 5d9e1b2

Please sign in to comment.