Files
brain-of-reese/.agent/reports/02_story_import_documents.a1.validate
T
ducoterra 4971e2859d
Build and Push Containers / build-and-push-app (push) Successful in 12s
Build and Push Containers / build-and-push-db (push) Successful in 10s
chore(agent): track .agent/ planning tree in git
Remove the blanket .agent/ gitignore so the phase roadmap, user
stories, reports, and PLAN.md are versioned with the code. Only
runtime artifacts (.agent/phase-sessions/, .agent/pipeline.log)
remain ignored. Update AGENTS.md git protocol rule to match.
2026-09-01 10:18:22 -04:00

35 lines
1.6 KiB
Plaintext

.venv/lib/python3.13/site-packages/fastapi/testclient.py:1
/var/home/ducoterra/Projects/Personal/brain_of_reese/.venv/lib/python3.13/site-packages/fastapi/testclient.py:1: StarletteDeprecationWarning: Using `httpx` with `starlette.testclient` is deprecated; install `httpx2` instead.
from starlette.testclient import TestClient as TestClient # noqa
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================================ tests coverage ================================
_______________ coverage: platform linux, python 3.13.13-final-0 _______________
Name Stmts Miss Cover
--------------------------------------------
app/__init__.py 1 0 100%
app/api/__init__.py 0 0 100%
app/api/chat.py 7 0 100%
app/api/docs.py 12 0 100%
app/api/health.py 10 0 100%
app/api/suggestions.py 8 0 100%
app/config.py 31 0 100%
app/core/__init__.py 0 0 100%
app/core/debugging.py 29 2 93%
app/core/logging.py 13 0 100%
app/db.py 21 0 100%
app/main.py 28 0 100%
app/models.py 40 0 100%
app/rag/__init__.py 0 0 100%
app/rag/chunker.py 126 4 97%
app/rag/importer.py 136 5 96%
app/rag/llm.py 77 0 100%
app/schemas.py 29 0 100%
--------------------------------------------
TOTAL 568 11 98%
coverage gate: app/ 98% (>90%) OK
All checks passed!
0 errors, 0 warnings, 0 informations
validation OK