Skip to content

Commit

Permalink
[ci] Fix codecov action (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Jan 15, 2025
1 parent 85ac253 commit 7134e5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ jobs:
run: npm run validate

- name: ⬆️ Upload coverage report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
flags: ${{ matrix.react }}
token: ${{ secrets.CODECOV_TOKEN }}

release:
permissions:
Expand Down

0 comments on commit 7134e5d

Please sign in to comment.