Skip to content

Commit

Permalink
Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#1786)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.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.1.2...v5.3.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 Jan 28, 2025
1 parent 4962193 commit 5be5440
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 @@ -370,7 +370,7 @@ jobs:
find . -name '*:*' -exec rm -r {} \; || true
- name: Upload als test coverage data [1/4]
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.3.1
with:
name: als
files: ./*/coverage/als/lcov.info
Expand All @@ -380,7 +380,7 @@ jobs:
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} # cspell:ignore oidc

- name: Upload unit test coverage data [2/4]
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.3.1
with:
name: unit
files: ./*/coverage/unit/lcov.info
Expand All @@ -396,7 +396,7 @@ jobs:
echo "COVERAGE_FILES=$COVERAGE_FILES" >> $GITHUB_ENV
- name: Upload ui test coverage data [3/4]
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.3.1
with:
name: ui
files: ${{ env.COVERAGE_FILES }}
Expand All @@ -406,7 +406,7 @@ jobs:
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} # cspell:ignore oidc

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

0 comments on commit 5be5440

Please sign in to comment.