Skip to content

Commit

Permalink
ci: update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jun 10, 2024
1 parent 448b0b9 commit 6b5c675
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
run: yarn test

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6b5c675

Please sign in to comment.