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
Owner

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]

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]>
Djeex added 1 commit 2026-08-22 23:04:18 +02:00
Add Gitea Actions CI/CD pipeline
CI / build-and-scan (pull_request) Successful in 45s
b3f2ea7be2
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]>
Djeex added 1 commit 2026-08-22 23:08:37 +02:00
Cover notifier.py error paths (TEST_MODE, HTTP error, connection error)
CI / build-and-scan (pull_request) Successful in 40s
3cf97c3c5c
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]>
Djeex merged commit 8a0c05d3da into main 2026-08-22 23:13:45 +02:00
Djeex added the enhancementminor labels 2026-08-22 23:14:25 +02:00
Sign in to join this conversation.