bosagora / agora

POC Node implementation for CoinNet
https://bosagora.io
MIT License
37 stars 23 forks source link

Count the validators active for the block being added #3315

Closed hewison-chris closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #3315 (f996d52) into v0.x.x (3ad1781) will increase coverage by 0.08%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           v0.x.x    #3315      +/-   ##
==========================================
+ Coverage   87.88%   87.96%   +0.08%     
==========================================
  Files         164      165       +1     
  Lines       16975    17084     +109     
==========================================
+ Hits        14918    15028     +110     
+ Misses       2057     2056       -1     
Flag Coverage Δ
integration 38.51% <ø> (+1.66%) :arrow_up:
unittests 87.55% <ø> (-0.06%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
source/agora/consensus/state/Ledger.d 88.85% <ø> (-0.33%) :arrow_down:
source/agora/network/Client.d 85.59% <0.00%> (-2.55%) :arrow_down:
source/agora/consensus/protocol/Nominator.d 90.94% <0.00%> (-0.36%) :arrow_down:
source/agora/network/Manager.d 76.35% <0.00%> (-0.32%) :arrow_down:
source/agora/script/Engine.d 97.34% <0.00%> (-0.15%) :arrow_down:
source/agora/node/main.d 44.85% <0.00%> (ø)
source/agora/node/Validator.d 91.45% <0.00%> (+0.54%) :arrow_up:
source/agora/node/FullNode.d 73.80% <0.00%> (+1.78%) :arrow_up:
source/agora/node/Runner.d 40.52% <0.00%> (+40.52%) :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 3ad1781...f996d52. Read the comment docs.