mirror of
https://gitee.com/rulego/streamsql.git
synced 2026-07-31 08:07:01 +00:00
ci: 覆盖率加 -coverpkg=./...,外部 test/e2e 包计入 streamsql 覆盖统计
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
||||
|
||||
- name: Run tests with coverage
|
||||
if: matrix.go-version == '1.21'
|
||||
run: go test -v -race -coverprofile="codecov.report" -covermode=atomic -timeout 600s ./...
|
||||
run: go test -v -race -coverprofile="codecov.report" -covermode=atomic -coverpkg=./... -timeout 600s ./...
|
||||
|
||||
- name: Upload coverage reports to Codecov
|
||||
if: matrix.go-version == '1.21'
|
||||
|
500 Internal Server Error
Gitea Version: 1.28.0+dev-211-ga30d865b78 | ||||