Skip to content

Commit

Permalink
chore: update codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalYoung committed Jun 17, 2024
1 parent 0ed42e8 commit 210d040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ jobs:
run: yarn test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
directory: ./coverage/
name: codecov-umbrella
flag: unittests, integration
flags: unittests, integration
verbose: true
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 210d040

Please sign in to comment.