Standardize on the .agents/ directory (shared with project skills): phases/, user_stories/, reports/, screenshots/, validate.sh, and phase-sessions/ + pipeline.log all move to .agents/ (git mv preserves history; runtime artifacts move alongside). Updates every reference in AGENTS.md, README.md, .gitignore, app docstrings, and test story headers. Historical KB content in data/ and the runtime pipeline.log transcript are left untouched.
35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
-- 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 90 0 100%
|
|
app/api/docs.py 22 0 100%
|
|
app/api/health.py 10 0 100%
|
|
app/api/steering.py 32 0 100%
|
|
app/api/suggestions.py 8 0 100%
|
|
app/config.py 51 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 30 0 100%
|
|
app/models.py 46 0 100%
|
|
app/rag/__init__.py 0 0 100%
|
|
app/rag/chunker.py 206 4 98%
|
|
app/rag/importer.py 150 5 97%
|
|
app/rag/llm.py 94 0 100%
|
|
app/rag/prompts.py 44 0 100%
|
|
app/rag/retriever.py 102 3 97%
|
|
app/rag/suggestions.py 27 0 100%
|
|
app/schemas.py 54 0 100%
|
|
--------------------------------------------
|
|
TOTAL 1030 14 99%
|
|
coverage gate: app/ 99% (>90%) OK
|
|
All checks passed!
|
|
0 errors, 0 warnings, 0 informations
|
|
validation OK
|