Files
nvidia-stock-bot/.gitignore
T
DjeexandClaude Sonnet 5 3cf97c3c5c
CI / build-and-scan (pull_request) Successful in 40s
Cover notifier.py error paths (TEST_MODE, HTTP error, connection error)
Brings app/notifier.py from 73% to 100% test coverage by exercising the
three notification functions' TEST_MODE early-return, non-204 response,
and requests exception branches — the exact paths a requests upgrade
regression would break silently.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-22 23:08:33 +02:00

4 lines
43 B
Plaintext

.venv
__pycache__/
.coverage
.pytest_cache/