feat(ut): add ut coverage check (#170)

This commit is contained in:
XingLiu0923
2025-05-15 23:56:13 +08:00
committed by GitHub
parent a43db94fb6
commit 9cff113862
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