test(coverage): pytest-cov einbauen (term-missing Report)
Security Audit / Python Dependency Audit (push) Canceled after 0s
Security Audit / Node.js Dependency Audit (push) Canceled after 0s
Security Audit / Frontend Build (tsc + vite) (push) Canceled after 0s

Kein --cov-fail-under noch gesetzt, erst Baseline auf 137 ermitteln.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015Ahyx6D3r7G1EuAc42nezn
This commit is contained in:
2026-09-02 22:47:31 +02:00
co-authored by Claude Sonnet 5
parent ad0bc62b21
commit 538cbb0437
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ asyncio_default_test_loop_scope = session
testpaths = tests testpaths = tests
python_files = test_*.py python_files = test_*.py
python_functions = test_* python_functions = test_*
addopts = --cov=app --cov-report=term-missing
+1
View File
@@ -22,6 +22,7 @@ icalendar==7.0.3
pytest==9.0.2 pytest==9.0.2
pytest-asyncio==1.3.0 pytest-asyncio==1.3.0
pytest-httpx==0.36.0 pytest-httpx==0.36.0
pytest-cov==7.0.0
aiosqlite==0.22.1 aiosqlite==0.22.1
weasyprint==68.1 weasyprint==68.1
typer==0.25.1 typer==0.25.1