Skip to content

Commit

Permalink
chore: update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Nov 14, 2024
1 parent fc99ab3 commit e33f45f
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 131 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@ jobs:
- name: Display structure of coverage files
run: tree -L 2 ./coverage -P 'lcov.info'

- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.0
with:
directory: ./coverage/core/
flags: summary,core
name: core
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.0
with:
directory: ./coverage/kit/
flags: summary,kit
name: kit
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.0
with:
directory: ./coverage/phone/
flags: summary,phone
name: phone
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.0
with:
directory: ./coverage/angular/
flags: summary,angular
name: angular
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.0
with:
directory: ./coverage/react/
flags: summary,react
name: react
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.0
with:
directory: ./coverage/vue/
flags: summary,vue
Expand Down
Loading

0 comments on commit e33f45f

Please sign in to comment.