mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 20:12:33 +00:00
fix(tests): update coverage source path to src/llama_stack
The unit test script was still using --source=llama_stack for coverage, which needed to be updated to --source=src/llama_stack after the src/ layout migration.
This commit is contained in:
parent
3b80549e15
commit
3edfbf163a
1 changed files with 1 additions and 1 deletions
|
|
@ -27,4 +27,4 @@ fi
|
|||
|
||||
# Run unit tests with coverage
|
||||
uv run --python "$PYTHON_VERSION" --with-editable . --group unit \
|
||||
coverage run --source=llama_stack -m pytest -s -v tests/unit/ "$@"
|
||||
coverage run --source=src/llama_stack -m pytest -s -v tests/unit/ "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue