We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c118c commit d59751aCopy full SHA for d59751a
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
GOARCH=${{ matrix.goarch }} go test ./... -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic
38
if: env.GIT_DIFF
39
- - uses: codecov/[email protected].5
+ - uses: codecov/[email protected].6
40
with:
41
file: ./coverage.txt
42
0 commit comments