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 f862356 commit 9f4cfa9Copy full SHA for 9f4cfa9
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
24
25
- name: run test and generate coverage report
26
- run: go test -race . -v -coverprofile=coverage.out
+ run: go test -race ./... -v -coverprofile=coverage.out
27
28
- name: Upload coverage report
29
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
0 commit comments