Skip to content

Commit

Permalink
.github/workflows: Update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Sep 1, 2024
1 parent f51cca1 commit bbe5449
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
go test . -browser
kill -9 $chrome_pid
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

0 comments on commit bbe5449

Please sign in to comment.