We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e29a1a + 7108d07 commit b528d4cCopy full SHA for b528d4c
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
go-version-file: "go.mod"
29
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
30
- - uses: codecov/[email protected].1
+ - uses: codecov/[email protected].2
31
32
files: coverage.out
33
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments