Skip to content

Commit

Permalink
Merge pull request #1362 from ral-facilities/renovate/codecov-codecov…
Browse files Browse the repository at this point in the history
…-action-4.x

Update codecov/codecov-action action to v4
  • Loading branch information
louise-davies authored Feb 2, 2024
2 parents 82a1563 + c77ee74 commit b152fbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
run: yarn test
- name: Upload unit test coverage
if: success()
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
- name: Run e2e tests
run: yarn e2e

Expand Down

0 comments on commit b152fbf

Please sign in to comment.