2 parents 8c14bc2 + 9e0bf5c commit 517677fCopy full SHA for 517677f
1 file changed
.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.7.1
+ uses: robherley/go-test-action@v1.0.0
22
with:
23
testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
24
- name: Upload coverage report to Codecov
0 commit comments