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

refactor!: remove tunnel, add signal handlers #44

Merged
merged 2 commits into from
Feb 25, 2024

fix(client, server): use bounded queues for packet transfer

5ec43f0
Select commit
Loading
Failed to load commit list.
Merged

refactor!: remove tunnel, add signal handlers #44

fix(client, server): use bounded queues for packet transfer
5ec43f0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 25, 2024 in 0s

71.63% (+0.48%) compared to 84f42cf

View this Pull Request on Codecov

71.63% (+0.48%) compared to 84f42cf

Details

Codecov Report

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

Project coverage is 71.63%. Comparing base (84f42cf) to head (5ec43f0).

Files Patch % Lines
src/server.rs 83.48% 18 Missing ⚠️
src/client.rs 80.00% 9 Missing ⚠️
src/utils/tasks.rs 0.00% 9 Missing ⚠️
src/server/connection.rs 61.90% 8 Missing ⚠️
src/utils/signal_handler.rs 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   71.15%   71.63%   +0.48%     
==========================================
  Files          20       20              
  Lines         981      913      -68     
==========================================
- Hits          698      654      -44     
+ Misses        283      259      -24     

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