filecoin-project / cpp-filecoin

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

lotus metrics #533

Closed turuslan closed 2 years ago

turuslan commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #533 (8f305f9) into master (b285318) will increase coverage by 0.01%. The diff coverage is 47.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #533      +/-   ##
==========================================
+ Coverage   46.39%   46.40%   +0.01%     
==========================================
  Files         676      679       +3     
  Lines       30004    30153     +149     
  Branches    16625    16717      +92     
==========================================
+ Hits        13921    13994      +73     
- Misses      12053    12114      +61     
- Partials     4030     4045      +15     
Impacted Files Coverage Δ
core/common/prometheus/rpc.hpp 0.00% <0.00%> (ø)
core/node/main/main.cpp 0.00% <0.00%> (ø)
core/node/main/metrics.hpp 0.00% <0.00%> (ø)
core/node/pubsub_gate.cpp 0.00% <0.00%> (ø)
core/common/prometheus/since.hpp 50.00% <50.00%> (ø)
core/common/prometheus/metrics.hpp 66.66% <66.66%> (ø)
core/vm/interpreter/impl/interpreter_impl.cpp 60.48% <84.90%> (+18.23%) :arrow_up:
core/vm/runtime/impl/env.cpp 79.40% <85.71%> (+0.73%) :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 b285318...8f305f9. Read the comment docs.