filecoin-project / cpp-filecoin

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

Miner deal fixes #541

Closed ortyomka closed 2 years ago

ortyomka commented 2 years ago

Description of the Change

Benefits

Possible Drawbacks

Usage Examples or Tests [optional]

Alternate Designs [optional]

codecov[bot] commented 2 years ago

Codecov Report

Merging #541 (058b5fe) into master (9dc996a) will decrease coverage by 0.05%. The diff coverage is 31.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #541      +/-   ##
==========================================
- Coverage   46.44%   46.38%   -0.06%     
==========================================
  Files         679      680       +1     
  Lines       30185    30255      +70     
  Branches    16730    16759      +29     
==========================================
+ Hits        14018    14034      +16     
- Misses      12122    12182      +60     
+ Partials     4045     4039       -6     
Impacted Files Coverage Δ
core/api/rpc/json.hpp 12.56% <0.00%> (-0.28%) :arrow_down:
core/api/storage_miner/storage_api.cpp 0.00% <0.00%> (ø)
core/api/storage_miner/storage_api.hpp 0.00% <0.00%> (-5.72%) :arrow_down:
core/common/local_ip.hpp 0.00% <0.00%> (ø)
core/markets/storage/deal_protocol.hpp 77.77% <ø> (ø)
...re/markets/storage/provider/impl/provider_impl.hpp 50.00% <ø> (ø)
core/markets/storage/provider/provider.hpp 100.00% <ø> (ø)
core/miner/impl/miner_impl.cpp 0.00% <0.00%> (ø)
core/miner/main/main.cpp 0.00% <0.00%> (ø)
core/miner/miner.hpp 100.00% <ø> (ø)
... and 14 more

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 9dc996a...058b5fe. Read the comment docs.