Skip to content

fixup! [#41] Implement simple networking stack based on libcurl

277f490
Select commit
Loading
Failed to load commit list.
Merged

[#41] Implement simple networking stack based on libcurl #42

fixup! [#41] Implement simple networking stack based on libcurl
277f490
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 30, 2025 in 0s

60.01% (-10.21%) compared to 5fa2e8c

View this Pull Request on Codecov

60.01% (-10.21%) compared to 5fa2e8c

Details

Codecov Report

Attention: Patch coverage is 2.57732% with 189 lines in your changes missing coverage. Please review.

Project coverage is 60.01%. Comparing base (5fa2e8c) to head (277f490).

Files with missing lines Patch % Lines
src/base/net/impl/net_thread_impl.cc 0.00% 158 Missing ⚠️
src/base/net/impl/net_thread.cc 0.00% 18 Missing ⚠️
src/base/init.cc 41.66% 7 Missing ⚠️
src/base/net/simple_url_loader.cc 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop      #42       +/-   ##
============================================
- Coverage    70.22%   60.01%   -10.21%     
============================================
  Files           49       52        +3     
  Lines         1088     1278      +190     
  Branches        55       81       +26     
============================================
+ Hits           764      767        +3     
- Misses         324      511      +187     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.