Skip to content

Commit

Permalink
chore: update codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Apr 18, 2024
1 parent e9abb41 commit aae009a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: pnpm test

- name: Collect coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: ./packages/veui/test/coverage
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit aae009a

Please sign in to comment.