We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06aa5f0 + bb0152a commit 3837a5dCopy full SHA for 3837a5d
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
go-version-file: "go.mod"
33
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
34
- - uses: codecov/codecov-action@v4.5.0
+ - uses: codecov/codecov-action@v4.6.0
35
36
files: coverage.out
37
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments