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

feat: virtual socket and stream #107

Merged
merged 8 commits into from
Jan 8, 2024

fix warn

2a7a324
Select commit
Loading
Failed to load commit list.
Merged

feat: virtual socket and stream #107

fix warn
2a7a324
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2024 in 0s

87.78% (+0.02%) compared to 120cef3

View this Pull Request on Codecov

87.78% (+0.02%) compared to 120cef3

Details

Codecov Report

Attention: 40 lines in your changes are missing coverage. Please review.

Comparison is base (120cef3) 87.75% compared to head (2a7a324) 87.78%.

Files Patch % Lines
packages/services/virtual_socket/src/behavior.rs 62.50% 15 Missing ⚠️
...kages/services/virtual_socket/src/vnet/internal.rs 88.04% 11 Missing ⚠️
packages/integration_tests/src/virtual_socket.rs 92.30% 5 Missing ⚠️
packages/services/virtual_socket/src/handler.rs 71.42% 4 Missing ⚠️
...ges/services/virtual_socket/src/vnet/udp_socket.rs 94.44% 3 Missing ⚠️
packages/services/virtual_socket/src/vnet.rs 83.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   87.75%   87.78%   +0.02%     
==========================================
  Files         117      126       +9     
  Lines       12986    13407     +421     
==========================================
+ Hits        11396    11769     +373     
- Misses       1590     1638      +48     

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