Skip to content

Commit

Permalink
build: fix gh action due to codecov update
Browse files Browse the repository at this point in the history
  • Loading branch information
mehanizm authored Dec 25, 2024
1 parent dcc2325 commit c85ca82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
name: codecov-umbrella
fail_ci_if_error: true

0 comments on commit c85ca82

Please sign in to comment.