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

Introduce Runtime trait and type #641

Closed jbr closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 52.27%. Comparing base (63e23d1) to head (257b7d1). Report is 1 commits behind head on 0.3.x.

Files Patch % Lines
testing/src/runtimeless/runtime.rs 61.53% 15 Missing :warning:
tokio/src/runtime.rs 63.63% 12 Missing :warning:
server-common/src/runtime.rs 62.06% 11 Missing :warning:
async-std/src/runtime.rs 60.00% 8 Missing :warning:
smol/src/server/tcp.rs 0.00% 8 Missing :warning:
smol/src/runtime.rs 73.07% 7 Missing :warning:
testing/src/runtimeless/server.rs 80.00% 6 Missing :warning:
server-common/src/runtime/object_safe_runtime.rs 50.00% 4 Missing :warning:
tokio/src/server/tcp.rs 0.00% 4 Missing :warning:
async-std/src/server/tcp.rs 0.00% 3 Missing :warning:
... and 11 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 0.3.x #641 +/- ## ========================================== + Coverage 51.54% 52.27% +0.72% ========================================== Files 184 194 +10 Lines 7209 7331 +122 ========================================== + Hits 3716 3832 +116 - Misses 3493 3499 +6 ```

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