-
Notifications
You must be signed in to change notification settings - Fork 117
Remove curl hooks from IO contrib package #441
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
Remove curl hooks from IO contrib package #441
Conversation
6466a69
to
4b9c450
Compare
4b9c450
to
b10c398
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #441 +/- ##
============================================
+ Coverage 81.90% 81.95% +0.05%
+ Complexity 1988 1986 -2
============================================
Files 137 137
Lines 8096 8091 -5
============================================
Hits 6631 6631
+ Misses 1465 1460 -5 Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
curl_init and cork_exec belongs to curl instrumentation and doesn't categorize under IO functions .
Hence removing from IO auto instrumentation package. These curl functions can be auto instrumented using auto curl package.
see discussion here
#437 (comment)