We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e0f33 commit 53ebf96Copy full SHA for 53ebf96
.github/workflows/go.yml
@@ -102,4 +102,4 @@ jobs:
102
run: go test -coverprofile=cover.out -coverpkg=./... ./... && go tool cover -html=cover.out -o cover.html && true
103
104
- name: Upload coverage to codecov.io
105
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
0 commit comments