Include app/terminal/exit modules in coverage

This commit is contained in:
GitHub Copilot
2026-01-22 13:49:50 +00:00
parent 8f252adc27
commit 0cfb3b0a2f
5 changed files with 334 additions and 5 deletions
+1 -4
View File
@@ -99,10 +99,7 @@ branch = true
omit = [
"*/tests/*",
"*/__pycache__/*",
# Integration-heavy modules that require running servers/processes
"*/app_session.py",
"*/terminal_session.py",
"*/exit_poller.py",
# Thread/FD polling integration is harder to deterministically unit test
"*/poller.py",
]