Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent beb5eb1 commit 2adc87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Report integration test coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: integration_cover.profile
flags: integration
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
--timeout=10m

- name: Report unit test coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: unit_cover.profile
flags: unit

0 comments on commit 2adc87e

Please sign in to comment.