Skip to content

Merge branch 'RemoteWorkerPingRecconect' of github.com:filecoin-proje…

48facdb
Select commit
Loading
Failed to load commit list.
Open

Reconnect socket && worker ping #600

Merge branch 'RemoteWorkerPingRecconect' of github.com:filecoin-proje…
48facdb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 4, 2025 in 1s

45.98% (-0.04%) compared to 7777777

View this Pull Request on Codecov

45.98% (-0.04%) compared to 7777777

Details

Codecov Report

❌ Patch coverage is 31.94444% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 45.98%. Comparing base (7777777) to head (48facdb).
⚠️ Report is 27 commits behind head on master.

Files with missing lines Patch % Lines
core/api/rpc/wsc.cpp 25.00% 29 Missing and 4 partials ⚠️
core/primitives/types.hpp 0.00% 5 Missing ⚠️
core/sector_storage/impl/scheduler_impl.cpp 66.66% 2 Missing and 3 partials ⚠️
core/sector_storage/impl/local_worker.cpp 0.00% 2 Missing ⚠️
core/sector_storage/impl/remote_worker.cpp 0.00% 2 Missing ⚠️
core/remote_worker/remote_worker_api.cpp 0.00% 1 Missing ⚠️
core/sector_storage/selector.hpp 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #600      +/-   ##
==========================================
- Coverage   46.02%   45.98%   -0.04%     
==========================================
  Files         715      715              
  Lines       32328    32382      +54     
  Branches    17885    17918      +33     
==========================================
+ Hits        14880    14892      +12     
- Misses      13102    13140      +38     
- Partials     4346     4350       +4     
Files with missing lines Coverage Δ
core/api/rpc/wsc.hpp 50.00% <ø> (ø)
core/api/worker_api.hpp 0.00% <ø> (ø)
core/primitives/sector_file/sector_file.hpp 80.00% <ø> (ø)
core/sector_storage/worker.hpp 62.50% <ø> (ø)
core/remote_worker/remote_worker_api.cpp 0.00% <0.00%> (ø)
core/sector_storage/selector.hpp 75.00% <66.66%> (-25.00%) ⬇️
core/sector_storage/impl/local_worker.cpp 70.79% <0.00%> (-0.36%) ⬇️
core/sector_storage/impl/remote_worker.cpp 0.00% <0.00%> (ø)
core/primitives/types.hpp 16.66% <0.00%> (-11.91%) ⬇️
core/sector_storage/impl/scheduler_impl.cpp 69.36% <66.66%> (-0.35%) ⬇️
... and 1 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.