Skip to content

Commit

Permalink
chore: update github action script
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelpc4 committed Jul 18, 2024
1 parent c2b6723 commit 3d0f3b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
FILESYSTEM_DISK: ${{ secrets.FILESYSTEM_DISK }}

- name: Upload coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4.2.0
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3d0f3b7

Please sign in to comment.