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 c995af5 commit 66d5d35Copy full SHA for 66d5d35
.github/workflows/ci.yaml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
go-version-file: "go.mod"
32
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
33
- - uses: codecov/codecov-action@v5.4.3
+ - uses: codecov/codecov-action@v5.5.1
34
35
files: coverage.out
36
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments