generated from Tinkoff/angular-open-source-starter
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update codecov/codecov-action action to v5.0.2 (#1842)
- Loading branch information
1 parent
87b9831
commit 2f6f28b
Showing
2 changed files
with
81 additions
and
81 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 |
---|---|---|
|
@@ -37,32 +37,32 @@ jobs: | |
- name: Display structure of coverage files | ||
run: tree -L 2 ./coverage -P 'lcov.info' | ||
|
||
- uses: codecov/[email protected].1 | ||
- uses: codecov/[email protected].2 | ||
with: | ||
directory: ./coverage/core/ | ||
flags: summary,core | ||
name: core | ||
- uses: codecov/[email protected].1 | ||
- uses: codecov/[email protected].2 | ||
with: | ||
directory: ./coverage/kit/ | ||
flags: summary,kit | ||
name: kit | ||
- uses: codecov/[email protected].1 | ||
- uses: codecov/[email protected].2 | ||
with: | ||
directory: ./coverage/phone/ | ||
flags: summary,phone | ||
name: phone | ||
- uses: codecov/[email protected].1 | ||
- uses: codecov/[email protected].2 | ||
with: | ||
directory: ./coverage/angular/ | ||
flags: summary,angular | ||
name: angular | ||
- uses: codecov/[email protected].1 | ||
- uses: codecov/[email protected].2 | ||
with: | ||
directory: ./coverage/react/ | ||
flags: summary,react | ||
name: react | ||
- uses: codecov/[email protected].1 | ||
- uses: codecov/[email protected].2 | ||
with: | ||
directory: ./coverage/vue/ | ||
flags: summary,vue | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.