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

@@ -19,4 +19,4 @@ langgraph-dev:
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev --allow-blocking
coverage:
uv run pytest --cov=src tests/ --cov-report=term-missing
uv run pytest --cov=src tests/ --cov-report=term-missing --cov-report=xml