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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14.7-alpine AS base FROM python:3.13.15-alpine AS base
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
+1 -1
View File
@@ -1 +1 @@
4.0.5 4.0.3