1
0

feat: pytest-cov configuration and test audit cleanup

Add full pytest-cov configuration with fail_under=60% threshold,
HTML/XML report targets, and proper exclude_lines. Fix websocket
history test to use public broadcast() API instead of manually
manipulating internals. Audit confirmed 491 tests at 71.2% coverage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexander Payne
2026-02-22 20:42:58 -05:00
parent 14072f9bb5
commit ca60483268
4 changed files with 41 additions and 11 deletions

1
.gitignore vendored
View File

@@ -27,6 +27,7 @@ telegram_state.json
# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
reports/