Skip to content

Commit

Permalink
Update codecov/codecov-action to v4 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle authored Mar 8, 2024
1 parent a042235 commit 866096b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
run: npm run test:coverage

- name: Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 866096b

Please sign in to comment.