Skip to content

Commit

Permalink
test: Bump codecov to v4
Browse files Browse the repository at this point in the history
And since codecov@v4 no longer supports tokenless uploading, use the org
token to do so.
  • Loading branch information
arbrandes committed Jun 13, 2024
1 parent 8ef9b42 commit 8e91bb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
- name: i18n_extract
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8e91bb9

Please sign in to comment.