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.
1 parent 9dbd5f9 commit 02a816eCopy full SHA for 02a816e
1 file changed
.github/workflows/codetests.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
go-version: stable
23
- name: go-test
24
- run: go test -race -covermode=atomic -coverprofile=coverage.out ./... && go tool cover -func=coverage.out
+ run: go test -race -covermode=atomic -coverprofile=coverage ./... && go tool cover -func=coverage
25
26
# Runs golangci-lint on macos against freebsd and macos.
27
golangci-darwin:
0 commit comments