ci: add backend coverage gate + upload report

This commit is contained in:
Ishan (OpenClaw)
2026-02-07 09:01:53 +00:00
parent 175126a44b
commit 43dd30768d
6 changed files with 124 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ dev = [
"mypy==1.11.2",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
"pytest-cov==5.0.0",
"ruff==0.6.9",
]