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 96c9d1b + ae7d3c7 commit d38612bCopy full SHA for d38612b
.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/codecov-action@v4.5.0
+ - uses: codecov/codecov-action@v4.6.0
31
32
files: coverage.out
33
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments