mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
ci: expand test coverage to include UI tests
This commit is contained in:
parent
d24ce9ef11
commit
832955ca1d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -29,4 +29,4 @@ jobs:
|
|||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
uv run pytest api/tests/ --asyncio-mode=auto --cov=api --cov=ui --cov-report=term-missing
|
||||
uv run pytest api/tests/ ui/tests/ --asyncio-mode=auto --cov=api --cov=ui --cov-report=term-missing
|
||||
|
|
Loading…
Add table
Reference in a new issue