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.
1 parent e99899f commit 607f43dCopy full SHA for 607f43d
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
go-version-file: "go.mod"
28
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
29
- - uses: codecov/codecov-action@v4.6.0
+ - uses: codecov/codecov-action@v5.0.2
30
31
files: coverage.out
32
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments