Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
ci: bump codecov/codecov-action from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 8e5aba5 commit ca1bee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: unit-tests-coverage

- name: Upload coverage to Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
fail_ci_if_error: true
Expand All @@ -47,7 +47,7 @@ jobs:
name: e2e-tests-coverage

- name: Upload coverage to Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
fail_ci_if_error: true
Expand All @@ -69,7 +69,7 @@ jobs:
name: cypress-tests-coverage

- name: Upload coverage to Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
fail_ci_if_error: true
Expand Down

0 comments on commit ca1bee5

Please sign in to comment.