Skip to content

Commit

Permalink
Upgrade to codecov v4
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconi authored Jun 26, 2024
1 parent 798d125 commit e0fe858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Run test with coverage
run: go test -v -race -covermode=atomic -coverprofile=coverage.txt ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
flags: unittests
fail_ci_if_error: true

0 comments on commit e0fe858

Please sign in to comment.