Skip to content

Commit

Permalink
build: update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mehanizm authored Jan 4, 2025
1 parent 63e4895 commit fb3aeef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ 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
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit fb3aeef

Please sign in to comment.