filecoin-project / cpp-filecoin

C++17 implementation of Filecoin
https://filecoin.io/
GNU General Public License v3.0
126 stars 36 forks source link

buffered car append #561

Closed turuslan closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #561 (722b258) into master (a710b9a) will increase coverage by 0.02%. The diff coverage is 54.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #561      +/-   ##
==========================================
+ Coverage   46.67%   46.70%   +0.02%     
==========================================
  Files         682      682              
  Lines       30819    30870      +51     
  Branches    17122    17149      +27     
==========================================
+ Hits        14386    14419      +33     
- Misses      12198    12215      +17     
- Partials     4235     4236       +1     
Impacted Files Coverage Δ
core/api/full_node/make.cpp 0.00% <0.00%> (ø)
core/node/main/builder.cpp 1.50% <0.00%> (-0.06%) :arrow_down:
core/storage/car/cids_index/util.hpp 30.39% <0.00%> (ø)
core/storage/mpool/mpool.cpp 40.07% <ø> (ø)
core/storage/compacter/compacter.cpp 78.87% <57.14%> (-0.74%) :arrow_down:
core/storage/ipld/cids_ipld.cpp 71.68% <73.17%> (+5.02%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a710b9a...722b258. Read the comment docs.