Skip to content

Commit

Permalink
chore: add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jun 18, 2024
1 parent 2904c22 commit 9cdcfe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- run: npm install -g codecov
- run: npm i && npm link
- run: npm run ci
- run: codecov --disable=gcov
- run: codecov --disable=gcov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9cdcfe8

Please sign in to comment.