Skip to content

Commit

Permalink
ci: upgrade codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Feb 1, 2024
1 parent c258f1d commit d194529
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: pnpm run test:unit:coverage

- name: Codecov
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4
with:
directory: ./coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d194529

Please sign in to comment.