viz-rs / viz

Fast, flexible, lightweight web framework for Rust
https://viz.rs
MIT License
345 stars 20 forks source link

refactor: deps #137

Closed fundon closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 61.32%. Comparing base (166242b) to head (0a2eabe).

:exclamation: Current head 0a2eabe differs from pull request most recent head 61d3d89

Please upload reports for the commit 61d3d89 to get more accurate results.

Files Patch % Lines
viz/src/server/tls/rustls.rs 0.00% 25 Missing :warning:
viz-core/src/middleware/csrf.rs 0.00% 18 Missing :warning:
viz-core/src/middleware/compression.rs 0.00% 5 Missing :warning:
viz-core/src/response.rs 63.63% 4 Missing :warning:
viz-core/src/types/payload.rs 73.33% 4 Missing :warning:
viz-core/src/middleware/helper.rs 25.00% 3 Missing :warning:
viz-core/src/types/form.rs 0.00% 3 Missing :warning:
viz-core/src/types/multipart.rs 0.00% 3 Missing :warning:
viz-core/src/types/query.rs 0.00% 3 Missing :warning:
viz-core/src/types/websocket/error.rs 0.00% 3 Missing :warning:
... and 13 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #137 +/- ## ========================================== + Coverage 60.74% 61.32% +0.57% ========================================== Files 77 76 -1 Lines 5128 5153 +25 ========================================== + Hits 3115 3160 +45 + Misses 2013 1993 -20 ```

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