chore: add missing tests finding to exclusions

This commit is contained in:
2026-05-15 05:25:43 +00:00
parent fa7878393b
commit f55db576bc
+5
View File
@@ -104,6 +104,11 @@
"location": "entrypoint.sh:7-12", "location": "entrypoint.sh:7-12",
"title": "token export preference", "title": "token export preference",
"reason": "Token is passed explicitly instead of exported." "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."
} }
] ]
} }