THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!

ci: 覆盖率加 -coverpkg=./...,外部 test/e2e 包计入 streamsql 覆盖统计

This commit is contained in:
rulego-team
2026-07-08 09:17:20 +08:00
parent 06913aedba
commit 8a072120a5
+1 -1
View File
@@ -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'
Internal Server Error - Gitea: Git with a cup of tea
500 Internal Server Error

Gitea Version: 1.28.0+dev-211-ga30d865b78