-
Notifications
You must be signed in to change notification settings - Fork 712
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
Enhance buildCurlRequest for unit test #884
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yaziedda Thanks for creating PR.
I can't see an enhancement in the util_curl.go
; if you're interested in adding a unit test, it would be appreciated.
Can you please revert the change in util_curl.go
?
Thanks for the feedback @jeevatkm , but for add unit test need improve Expected : Actual from existing Left : My enhance code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yaziedda I see, thanks for the details.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2 #884 +/- ##
==========================================
+ Coverage 96.15% 96.59% +0.43%
==========================================
Files 14 14
Lines 1821 1821
==========================================
+ Hits 1751 1759 +8
+ Misses 46 39 -7
+ Partials 24 23 -1 ☔ View full report in Codecov by Sentry. |
@yaziedda, I just noticed this. Can you please move the unit test to this file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for correcting it @yaziedda
You're welcome, can we merge this PR @jeevatkm ? |
Co-authored-by: yaziedda <[email protected]>
Hacktoberfest