Skip to content

Commit 08d2500

Browse files
qijinkuiQi Jinkui
and
Qi Jinkui
authored
This fixed can not found code coverage on Windows (#1908)
Co-authored-by: Qi Jinkui <qijinkui@kkguan.com>
1 parent 0c3dfb1 commit 08d2500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: go build -v .
3030

3131
- name: Test
32-
run: env GO111MODULE=on go test -v -timeout 30m -race ./... -coverprofile=coverage.txt -covermode=atomic
32+
run: env GO111MODULE=on go test -v -timeout 30m -race ./... -coverprofile='coverage.txt' -covermode=atomic
3333

3434
- name: Codecov
3535
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)