Skip to content

Commit

Permalink
This fixed can not found code coverage on Windows (#1908)
Browse files Browse the repository at this point in the history
Co-authored-by: Qi Jinkui <qijinkui@kkguan.com>
  • Loading branch information
qijinkui and Qi Jinkui committed May 27, 2024
1 parent 0c3dfb1 commit 08d2500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08d2500

Please sign in to comment.