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

fix(network): dont check fin in network manager #2114

Merged
merged 1 commit into from
Jun 18, 2024

fix(network): dont check fin in network manager

a72d671
Select commit
Loading
Failed to load commit list.
Merged

fix(network): dont check fin in network manager #2114

fix(network): dont check fin in network manager
a72d671
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 17, 2024 in 0s

68.42% (+0.02%) compared to 25c2370

View this Pull Request on Codecov

68.42% (+0.02%) compared to 25c2370

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 10 lines in your changes missing coverage. Please review.

Project coverage is 68.42%. Comparing base (25c2370) to head (a72d671).
Report is 3 commits behind head on main.

Files Patch % Lines
crates/papyrus_network/src/network_manager/mod.rs 66.66% 6 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2114      +/-   ##
==========================================
+ Coverage   68.40%   68.42%   +0.02%     
==========================================
  Files         132      132              
  Lines       17602    17602              
  Branches    17602    17602              
==========================================
+ Hits        12041    12045       +4     
+ Misses       4226     4223       -3     
+ Partials     1335     1334       -1     

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