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

11
backend/.coveragerc Normal file
View File

@@ -0,0 +1,11 @@
[run]
branch = True
source =
app
omit =
*/.venv/*
alembic/versions/*
[report]
show_missing = True
skip_covered = True