chore(CI): re-enable codecov token to fix error (#9664)

Signed-off-by: Rongrong <i@rong.moe>
This commit is contained in:
Rongrong 2022-04-30 11:48:49 +08:00 committed by GitHub
parent 72070d40cc
commit 6bdb57c91c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ matrix.node-version == '16' }}
uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos as documented, but seems broken
docs:
runs-on: ubuntu-latest