lejard-h / chopper

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

:package: directly export `qs.ListFormat` instead of internal wrapper #624

Closed techouse closed 5 months ago

techouse commented 5 months ago

This PR removes the internal wrapper around qs.ListFormat and exports that directly in the package exports.


Related to #592

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 93.38%. Comparing base (627ff1d) to head (f245916).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #624 +/- ## =========================================== + Coverage 93.02% 93.38% +0.35% =========================================== Files 22 21 -1 Lines 502 499 -3 =========================================== - Hits 467 466 -1 + Misses 35 33 -2 ```

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