lejard-h / chopper

Chopper is an http client generator using source_gen and inspired from Retrofit.
https://hadrien-lejard.gitbook.io/chopper
Other
713 stars 123 forks source link

:art: remove duplicate null-coalescing responseTypeReference #634

Closed techouse closed 2 months ago

techouse commented 2 months ago

While looking at the generator I found a duplicate null-coalescing responseTypeReference. Probably left there by mistake. It's not a bug per-se, it just looks up the response type 2x for no reason.

CC/ @Guldem

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 93.38%. Comparing base (33372bf) to head (7ace2dd). Report is 1 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #634 +/- ## ======================================== Coverage 93.38% 93.38% ======================================== Files 21 21 Lines 499 499 ======================================== Hits 466 466 Misses 33 33 ```

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