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

ntex - 0.7 #210

Merged
merged 6 commits into from
Jun 15, 2023
Merged

ntex - 0.7 #210

merged 6 commits into from
Jun 15, 2023

Conversation

fafhrd91
Copy link
Collaborator

Changes

  • Enforce service readiness during call

  • Introduce service sharable readiness

fafhrd91 and others added 4 commits June 14, 2023 19:09
* Enforce service readiness during call
* Introduce service sharable readiness
* Upgrade rustls version to 0.21
* Migrate to ntex-service 1.2
@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Patch coverage: 93.37% and project coverage change: +0.18 🎉

Comparison is base (a35535d) 90.78% compared to head (bcbfd10) 90.97%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #210      +/-   ##
==========================================
+ Coverage   90.78%   90.97%   +0.18%     
==========================================
  Files         188      188              
  Lines       30586    30709     +123     
==========================================
+ Hits        27769    27936     +167     
+ Misses       2817     2773      -44     
Impacted Files Coverage Δ
ntex-service/src/map_config.rs 96.36% <ø> (ø)
ntex-service/src/map_init_err.rs 100.00% <ø> (ø)
ntex-tls/src/rustls/server.rs 82.01% <0.00%> (ø)
ntex/src/http/body.rs 91.06% <0.00%> (-0.32%) ⬇️
ntex/src/http/client/connect.rs 100.00% <ø> (ø)
ntex/src/http/h1/expect.rs 50.00% <0.00%> (ø)
ntex/src/http/h1/upgrade.rs 0.00% <0.00%> (ø)
ntex/src/web/config.rs 95.23% <ø> (ø)
ntex/src/web/responder.rs 98.18% <ø> (ø)
ntex/src/web/service.rs 95.67% <ø> (ø)
... and 59 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fafhrd91 fafhrd91 merged commit 274488b into master Jun 15, 2023
23 checks passed
@fafhrd91 fafhrd91 deleted the ntex-0.7 branch June 15, 2023 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants