Skip to content

Commit

Permalink
Use codecov token (#2748)
Browse files Browse the repository at this point in the history
* Use codecov token

* Using env to pass token
  • Loading branch information
dolanmiu authored Oct 10, 2024
1 parent c159515 commit 0bcc691
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bcc691

Please sign in to comment.