Add Gitea Actions CI/CD pipeline #27

Merged
Djeex merged 2 commits from dev-ci into main 2026-08-22 23:13:45 +02:00
2 Commits
Author SHA1 Message Date
DjeexandClaude Sonnet 5 3cf97c3c5c Cover notifier.py error paths (TEST_MODE, HTTP error, connection error)
CI / build-and-scan (pull_request) Successful in 40s
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
DjeexandClaude Sonnet 5 b3f2ea7be2 Add Gitea Actions CI/CD pipeline
CI / build-and-scan (pull_request) Successful in 45s
Bring nvidia-stock-bot up to the same CI/CD maturity as adguard-cidre:
pytest suite (19 tests), multi-stage Dockerfile with a dedicated test
stage, pinned requests dependency, Gitea Actions workflow (build, smoke
test, unit tests, deprecation check, Trivy critical/high scan, version
bump + registry publish + release), and a Renovate config for automated
dependency updates.

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