Skip to content

Commit

Permalink
update version of codecov action v1 -> v5 with Token #508
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 28, 2025
1 parent b265d45 commit 3c8ed95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ jobs:
- run: npm run lint
- run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 3c8ed95

Please sign in to comment.