-
Notifications
You must be signed in to change notification settings - Fork 44.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed error in safe_google_results, added tests #3606
Fixed error in safe_google_results, added tests #3606
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
d705260
to
f7ac3ca
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #3606 +/- ##
==========================================
+ Coverage 60.74% 61.94% +1.20%
==========================================
Files 73 73
Lines 3327 3327
Branches 479 479
==========================================
+ Hits 2021 2061 +40
+ Misses 1165 1125 -40
Partials 141 141
☔ View full report in Codecov by Sentry. |
This is a mass message from the AutoGPT core team. For more details (and for infor on joining our Discord), please refer to: |
Background
Improve code coverage.
Changes
Added missing .decode("utf-8") to safe_google_results, added tests
PR Quality Checklist