Skip to content

Commit

Permalink
ci: add token for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Apr 8, 2024
1 parent d96dea9 commit f2d3c32
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 @@ -16,7 +16,8 @@ jobs:
yarn
yarn run test
- name: Upload Test Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: report
files: coverage/coverage-final.json

0 comments on commit f2d3c32

Please sign in to comment.