trillium-rs / trillium

Trillium is a composable toolkit for building internet applications with async rust
https://trillium.rs
Apache License 2.0
341 stars 18 forks source link

api: implement TryFromConn for `Vec<u8>` and `String` #649

Closed jbr closed 4 months ago

jbr commented 4 months ago

Instead of using the FromConn blanket impl with Error = ()

Closes #647

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 78.57143% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 47.91%. Comparing base (e66ca2a) to head (ced745f). Report is 2 commits behind head on main.

Files Patch % Lines
api/tests/disconnect-body.rs 71.42% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #649 +/- ## ========================================== + Coverage 47.55% 47.91% +0.36% ========================================== Files 186 187 +1 Lines 7348 7372 +24 ========================================== + Hits 3494 3532 +38 + Misses 3854 3840 -14 ```

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