We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e90c4ae + 01eb429 commit b97dd7dCopy full SHA for b97dd7d
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
go-version-file: "go.mod"
28
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
29
- - uses: codecov/[email protected].2
+ - uses: codecov/[email protected].7
30
31
files: coverage.out
32
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments