We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1729a commit ddbba0bCopy full SHA for ddbba0b
.github/workflows/build.yml
@@ -23,6 +23,6 @@ jobs:
23
24
- name: Test
25
run: go test -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -timeout 5m
26
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
27
with:
28
file: ./coverage.txt
0 commit comments