Use codecov token (#2748)
* Use codecov token * Using env to pass token
This commit is contained in:
4
.github/workflows/default.yml
vendored
4
.github/workflows/default.yml
vendored
@ -31,10 +31,12 @@ jobs:
|
||||
- name: Test
|
||||
run: npm run test:ci
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user