Conversation
…failures. The tests were making real HTTP requests to httpbin.org and apple.com, which caused DNS resolution failures on GitHub Actions Ubuntu runners. Removed four integration tests and kept only unit tests that validate error handling without requiring network access. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Review - PR #155: Fixing Unit Tests and CISummaryThis PR removes flaky network-dependent integration tests and keeps only tests that validate error handling for invalid URLs. The change improves CI reliability by eliminating external dependencies. ✅ Positive Changes
|
No description provided.