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
|
- name: Test
|
||||||
run: npm run test:ci
|
run: npm run test:ci
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
verbose: true
|
verbose: true
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user