Skip to content

Commit 1be8987

Browse files
chore: update codecov/codecov-action action to v5.0.2
1 parent 87b9831 commit 1be8987

File tree

2 files changed

+81
-81
lines changed

2 files changed

+81
-81
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,32 +37,32 @@ jobs:
3737
- name: Display structure of coverage files
3838
run: tree -L 2 ./coverage -P 'lcov.info'
3939

40-
- uses: codecov/codecov-action@v5.0.1
40+
- uses: codecov/codecov-action@v5.0.2
4141
with:
4242
directory: ./coverage/core/
4343
flags: summary,core
4444
name: core
45-
- uses: codecov/codecov-action@v5.0.1
45+
- uses: codecov/codecov-action@v5.0.2
4646
with:
4747
directory: ./coverage/kit/
4848
flags: summary,kit
4949
name: kit
50-
- uses: codecov/codecov-action@v5.0.1
50+
- uses: codecov/codecov-action@v5.0.2
5151
with:
5252
directory: ./coverage/phone/
5353
flags: summary,phone
5454
name: phone
55-
- uses: codecov/codecov-action@v5.0.1
55+
- uses: codecov/codecov-action@v5.0.2
5656
with:
5757
directory: ./coverage/angular/
5858
flags: summary,angular
5959
name: angular
60-
- uses: codecov/codecov-action@v5.0.1
60+
- uses: codecov/codecov-action@v5.0.2
6161
with:
6262
directory: ./coverage/react/
6363
flags: summary,react
6464
name: react
65-
- uses: codecov/codecov-action@v5.0.1
65+
- uses: codecov/codecov-action@v5.0.2
6666
with:
6767
directory: ./coverage/vue/
6868
flags: summary,vue

package-lock.json

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)