Use codecov token (#2748)

* Use codecov token

* Using env to pass token
This commit is contained in:
Dolan
2024-10-11 00:22:43 +01:00
committed by GitHub
parent c15951550c
commit 0bcc6910f4

View File

@ -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