Skip to content

Commit

Permalink
test: Fix Codecov in CI (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 8, 2024
1 parent 6ad31ec commit eef23ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Expand Up @@ -60,10 +60,11 @@ jobs:
run: npm run validate

- name: 猬嗭笍 Upload coverage report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
flags: node-${{ matrix.node }}
token: ${{ secrets.CODECOV_TOKEN }} # required

release:
permissions:
Expand Down

0 comments on commit eef23ca

Please sign in to comment.