We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e702c90 commit d35a1ffCopy full SHA for d35a1ff
.github/workflows/test.yaml
@@ -45,7 +45,7 @@ jobs:
45
only-new-issues: true
46
skip-cache: true
47
- name: Run Go unit tests
48
- run: go test -v -race -timeout 3m -coverprofile=coverage.out ./...
+ run: go test -v -coverpkg=./... -race -timeout 3m -coverprofile=coverage.out ./...
49
- name: Go coverage format
50
if: ${{ github.event_name == 'pull_request' }}
51
run: |
0 commit comments