This fixed can not found code coverage on Windows (#1908)

Co-authored-by: Qi Jinkui <qijinkui@kkguan.com>
This commit is contained in:
xiaokui 2024-05-27 20:45:37 +08:00 committed by GitHub
parent 0c3dfb1605
commit 08d25006f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
run: go build -v .
- name: Test
run: env GO111MODULE=on go test -v -timeout 30m -race ./... -coverprofile=coverage.txt -covermode=atomic
run: env GO111MODULE=on go test -v -timeout 30m -race ./... -coverprofile='coverage.txt' -covermode=atomic
- name: Codecov
uses: codecov/codecov-action@v4