From f55db576bc74de101571d478faed04810158884c Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 15 May 2026 05:25:43 +0000 Subject: [PATCH] chore: add missing tests finding to exclusions --- .gitea/ai-review/exclusions.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/ai-review/exclusions.json b/.gitea/ai-review/exclusions.json index 2703b06..f8263ee 100644 --- a/.gitea/ai-review/exclusions.json +++ b/.gitea/ai-review/exclusions.json @@ -104,6 +104,11 @@ "location": "entrypoint.sh:7-12", "title": "token export preference", "reason": "Token is passed explicitly instead of exported." + }, + { + "location": "entrypoint.sh", + "title": "missing tests", + "reason": "The repo already includes `tests/entrypoint.sh` covering the new helper functions and the main flow." } ] }