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 2b7525a + 79c12ea commit 80b4637Copy full SHA for 80b4637
.github/workflows/push.yml
@@ -43,7 +43,7 @@ jobs:
43
go fmt ./...
44
git diff --exit-code
45
- name: Test
46
- uses: robherley/go-test-action@v0.6.0
+ uses: robherley/go-test-action@v0.7.1
47
with:
48
testArguments: -race -shuffle=on -benchtime=1x -cover -covermode=atomic -coverprofile=coverage.txt ./...
49
- name: Upload coverage report to Codecov
0 commit comments