We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64c4cba + f09c475 commit e0b91d7Copy full SHA for e0b91d7
1 file changed
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
go-version-file: "go.mod"
27
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
28
- - uses: codecov/codecov-action@v5.5.2
+ - uses: codecov/codecov-action@v5.5.3
29
30
files: coverage.out
31
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments