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 dc51943 + d66cabf commit db9b749Copy full SHA for db9b749
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
go-version-file: go.mod
19
- run: go version
20
- name: Test
21
- uses: robherley/go-test-action@v0.6.0
+ uses: robherley/go-test-action@v0.7.1
22
with:
23
testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
24
- name: Upload coverage report to Codecov
0 commit comments