We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e76387b + 83b3226 commit 0a9fc45Copy full SHA for 0a9fc45
.github/workflows/ci.yaml
@@ -51,6 +51,6 @@ jobs:
51
go mod download && go mod tidy && make generate
52
git diff --exit-code -- .
53
- run: make test
54
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
55
with:
56
file: ./coverage.out
0 commit comments