We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a9fc45 + 0a83d3d commit c0fffe0Copy full SHA for c0fffe0
.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@v4
+ - uses: codecov/codecov-action@v3
55
with:
56
file: ./coverage.out
0 commit comments