Closed TimothyMakkison closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.89%. Comparing base (
6ebeda5
) to head (98cc73d
). Report is 157 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
/foo#name
->/foo
InvalidParamSubstitutionShouldThrow
InvalidFragmentParamSubstitutionShouldThrow
This is to prevent future changes to Uri from breaking things. I'm looking at removing
Uri
andUriBuilder
creation in RequestBuilderImplementation. Out of curiosity why doesn't refit support fragments, is this intentional or an oversight?