go-resty / resty

Simple HTTP and REST client library for Go
MIT License
9.89k stars 696 forks source link

unit tests for parseRequestURL function #709

Closed SVilgelm closed 11 months ago

SVilgelm commented 11 months ago
codecov[bot] commented 11 months ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.13% :tada:

Comparison is base (1ae2aac) 95.65% compared to head (546a0e3) 95.78%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #709 +/- ## ========================================== + Coverage 95.65% 95.78% +0.13% ========================================== Files 12 12 Lines 1612 1615 +3 ========================================== + Hits 1542 1547 +5 + Misses 42 41 -1 + Partials 28 27 -1 ``` | [Files Changed](https://app.codecov.io/gh/go-resty/resty/pull/709?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-resty) | Coverage Δ | | |---|---|---| | [middleware.go](https://app.codecov.io/gh/go-resty/resty/pull/709?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-resty#diff-bWlkZGxld2FyZS5nbw==) | `92.97% <100.00%> (+0.74%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

SVilgelm commented 11 months ago

@jeevatkm as promised

SVilgelm commented 11 months ago

yw