Improve test coverage for fetch, gemini, and github connectors - #90
Conversation
Added comprehensive unit tests covering: 1. Fetch: client HTML-to-text extraction, URL safety (SSRF/private IP blocks), manual redirects, and web_fetch tool. 2. Gemini: clients, fallback cascading on 429/503 errors, network timeouts, and Redis-backed model cooldowns. 3. GitHub: list/create branches, list/get commits, list/get PRs, create/update PRs, and PR merges/reviews. All 241 tests pass with no ESLint warnings. Codebase overall statement coverage increased significantly. Co-authored-by: allocsys <225476909+allocsys@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Increased codebase statement coverage on the Fetch, Gemini, and GitHub connectors. Added 63 high-impact unit tests testing safety checks, success paths, edge cases, fallback cascades, cooldown triggers, and error states. All tests pass and the code is 100% compliant with ESLint rules.
PR created automatically by Jules for task 8805467437355093851 started by @allocsys