Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 14, 2023
1 parent 4bbf758 commit 0eaaa89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
- name: Run tests
run: npx nx run-many --target test --all --coverage

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
directory: ./coverage/core/
flags: summary,core
name: core

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
directory: ./coverage/kit/
flags: summary,kit
name: kit

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
directory: ./coverage/angular/
flags: summary,angular
Expand Down

0 comments on commit 0eaaa89

Please sign in to comment.