Requests
Requests copied to clipboard
Feature to set ip resolver type in request options
Codecov Report
Merging #375 into master will decrease coverage by
0.09%. The diff coverage is33.33%.
@@ Coverage Diff @@
## master #375 +/- ##
============================================
- Coverage 92.12% 92.02% -0.10%
- Complexity 761 763 +2
============================================
Files 21 21
Lines 1764 1767 +3
============================================
+ Hits 1625 1626 +1
- Misses 139 141 +2
| Impacted Files | Coverage Δ | Complexity Δ | |
|---|---|---|---|
| library/Requests.php | 75.59% <ø> (ø) |
118.00 <0.00> (ø) |
|
| library/Requests/Transport/cURL.php | 92.82% <33.33%> (-0.87%) |
68.00 <0.00> (+2.00) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 58a0bbc...3a8caf8. Read the comment docs.
@ShivamYuvraj Thank you for contributing. Would it be possible to add some unit tests for this change ?
Any idea on how to implement a unit test that would not add yet another dependency on an external host?