未验证 提交 2f3c0edf 编写于 作者: Y yanghy 提交者: GitHub

Update go.yml

上级 5fc6bc96
......@@ -23,13 +23,13 @@ jobs:
- name: Test
run:
go test ./... -v -coverprofile=cover.out -covermode=atomic
go tool cover -func=cover.out
go test -v -coverprofile="cover.out" -covermode=atomic ./...
go tool cover -func="cover.out"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: cover.out
file: "cover.out"
flags: unittests
verbose: true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册