-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump codecov/codecov-action from 5.1.1 to 5.1.2 (#1737)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5ca4a7c
commit e354819
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -352,7 +352,7 @@ jobs: | |
path: . | ||
|
||
- name: Upload als test coverage data [1/4] | ||
uses: codecov/[email protected].1 | ||
uses: codecov/[email protected].2 | ||
with: | ||
name: als | ||
files: ./*/coverage/als/lcov.info | ||
|
@@ -362,7 +362,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/[email protected].1 | ||
uses: codecov/[email protected].2 | ||
with: | ||
name: unit | ||
files: ./*/coverage/unit/lcov.info | ||
|
@@ -372,7 +372,7 @@ jobs: | |
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} # cspell:ignore oidc | ||
|
||
- name: Upload ui test coverage data [3/4] | ||
uses: codecov/[email protected].1 | ||
uses: codecov/[email protected].2 | ||
with: | ||
name: ui | ||
files: ./*/coverage/ui/lcov.info | ||
|
@@ -382,7 +382,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/[email protected].1 | ||
uses: codecov/[email protected].2 | ||
with: | ||
name: e2e | ||
files: ./*/coverage/e2e/lcov.info | ||
|