Skip to content

Commit

Permalink
ci(actions): revise codecov token
Browse files Browse the repository at this point in the history
Codecov Action v4 doesn't support tokenless uploading.
See https://github.com/codecov/codecov-action#v4-release

See also #462
  • Loading branch information
ybiquitous authored Feb 1, 2024
1 parent 287d72a commit 4b3be95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
name: coverage
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

lint:
uses: ybiquitous/.github/.github/workflows/nodejs-lint-reusable.yml@main

0 comments on commit 4b3be95

Please sign in to comment.