Closed TimothyMakkison closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.28%. Comparing base (
6ebeda5
) to head (f808cf5
). Report is 141 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.
Added tests to verify that
RestMethodInfo
throws an exception when invalid interfaces are initialized throughRestService.For
.This duplicates tests found in
Refit.Tests/RequestBuilder
however these will have to deleted if I get round to removingRequestBuilder
and all corresponding runtime logic