Skip to content

Commit d35a1ff

Browse files
committed
try coverage
1 parent e702c90 commit d35a1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
only-new-issues: true
4646
skip-cache: true
4747
- name: Run Go unit tests
48-
run: go test -v -race -timeout 3m -coverprofile=coverage.out ./...
48+
run: go test -v -coverpkg=./... -race -timeout 3m -coverprofile=coverage.out ./...
4949
- name: Go coverage format
5050
if: ${{ github.event_name == 'pull_request' }}
5151
run: |

0 commit comments

Comments
 (0)