Skip to content

Commit

Permalink
CI: update codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
michurin committed Jun 9, 2024
1 parent ddf96b5 commit 91864cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: "go test -v -race -coverprofile=coverage.txt -covermode=atomic ./..."
env:
GOEXPERIMENT: nocoverageredesign
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: ./coverage.txt
verbose: true

0 comments on commit 91864cc

Please # to comment.