Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error handling #482

Merged
merged 3 commits into from
Dec 5, 2024

wip

6f57063
Select commit
Loading
Failed to load commit list.
Merged

Better error handling #482

wip
6f57063
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 1s

91.04% (+0.00%) compared to 2631e70

View this Pull Request on Codecov

91.04% (+0.00%) compared to 2631e70

Details

Codecov Report

Attention: Patch coverage is 54.00000% with 23 lines in your changes missing coverage. Please review.

Project coverage is 91.04%. Comparing base (2631e70) to head (6f57063).

Files with missing lines Patch % Lines
ntex/src/http/client/h2proto.rs 0.00% 7 Missing ⚠️
ntex-tls/src/openssl/connect.rs 16.66% 5 Missing ⚠️
ntex/src/ws/transport.rs 0.00% 4 Missing ⚠️
ntex/src/http/h2/service.rs 0.00% 3 Missing ⚠️
ntex-tls/src/openssl/mod.rs 0.00% 1 Missing ⚠️
ntex/src/http/encoding/encoder.rs 0.00% 1 Missing ⚠️
ntex/src/http/error.rs 50.00% 1 Missing ⚠️
ntex/src/web/server.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #482   +/-   ##
=======================================
  Coverage   91.04%   91.04%           
=======================================
  Files         198      198           
  Lines       32361    32371   +10     
=======================================
+ Hits        29462    29473   +11     
+ Misses       2899     2898    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.