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.
1 parent e90c4ae commit 01eb429Copy full SHA for 01eb429
.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