Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add codecov token to avoid upload rate-limiting error
  • Loading branch information
nightwing committed Apr 25, 2023
1 parent c5ed709 commit c49ba52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -54,6 +54,7 @@ jobs:
- run: node_modules/.bin/tsc --noImplicitAny --strict --noUnusedLocals --noImplicitReturns --noUnusedParameters --noImplicitThis ace.d.ts
- uses: codecov/codecov-action@v3
with:
token: d8edca4b-8e97-41e5-b54e-34c7cf3b2d47
file: ./coverage/coverage.json
flags: unittests
name: codecov-umbrella
Expand Down

0 comments on commit c49ba52

Please sign in to comment.