reactiveui / refit

The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
https://reactiveui.github.io/refit/
MIT License
8.65k stars 744 forks source link

feat: add default interface method tests #1881

Closed TimothyMakkison closed 1 month ago

TimothyMakkison commented 1 month ago

Added default interface method test, should catch any mistakes ie #1875 overriding DIMs.

Related #1801, #1875

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.80%. Comparing base (6ebeda5) to head (a60cd5a). Report is 139 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1881 +/- ## ========================================== - Coverage 87.73% 83.80% -3.93% ========================================== Files 33 36 +3 Lines 2348 2476 +128 Branches 294 347 +53 ========================================== + Hits 2060 2075 +15 - Misses 208 318 +110 - Partials 80 83 +3 ```

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

github-actions[bot] commented 3 weeks ago

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.