feat(ut): add ut coverage check

This commit is contained in:
xing.liu
2025-05-15 22:02:47 +08:00
parent a43db94fb6
commit d0c6f450d4
7 changed files with 181 additions and 4 deletions

View File

@@ -52,6 +52,9 @@ filterwarnings = [
"ignore::UserWarning",
]
[tool.coverage.report]
fail_under = 25
[tool.hatch.build.targets.wheel]
packages = ["src"]