Skip to content

Commit

Permalink
Bump codecov/codecov-action from 5.0.7 to 5.1.1 (#1712)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.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@v5.0.7...v5.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 9a5c9d6 commit 06e3e27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
path: .

- name: Upload als test coverage data [1/4]
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
name: als
files: ./*/coverage/als/lcov.info
Expand All @@ -347,7 +347,7 @@ jobs:
use_oidc: true # cspell:ignore oidc

- name: Upload unit test coverage data [2/4]
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
name: unit
files: ./*/coverage/unit/lcov.info
Expand All @@ -357,7 +357,7 @@ jobs:
use_oidc: true # cspell:ignore oidc

- name: Upload ui test coverage data [3/4]
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
name: unit
files: ./*/coverage/ui/lcov.info
Expand All @@ -367,7 +367,7 @@ jobs:
use_oidc: true # cspell:ignore oidc

- name: Upload e2e test coverage data [4/4]
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
name: e2e
files: ./*/coverage/e2e/lcov.info
Expand Down

0 comments on commit 06e3e27

Please sign in to comment.