HelixNetwork / pendulum

Pendulum is a distributed messaging protocol that enables globally available tamper proof timestamps :hourglass_flowing_sand:
https://dev.hlx.ai
Other
10 stars 6 forks source link

Dev pow #93

Closed spangin closed 5 years ago

oracle58 commented 5 years ago

Codecov Report

Merging #93 into dev will increase coverage by 2%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##                dev      #93    +/-   ##
==========================================
+ Coverage     38.19%   40.19%    +2%     
- Complexity     1002     1063    +61     
==========================================
  Files           160      160            
  Lines          7677     7677            
  Branches        956      956            
==========================================
+ Hits           2932     3086   +154     
+ Misses         4408     4242   -166     
- Partials        337      349    +12
Impacted Files Coverage Δ Complexity Δ
...et/helix/hlx/controllers/TransactionViewModel.java 55.67% <0%> (+0.51%) 46% <0%> (+1%) :arrow_up:
src/main/java/net/helix/hlx/network/Node.java 39.86% <0%> (+0.69%) 48% <0%> (+3%) :arrow_up:
.../net/helix/hlx/model/persistables/Transaction.java 100% <0%> (+1.11%) 13% <0%> (+1%) :arrow_up:
.../main/java/net/helix/hlx/TransactionValidator.java 47.97% <0%> (+1.35%) 21% <0%> (+1%) :arrow_up:
...ilestone/impl/LatestSolidMilestoneTrackerImpl.java 47.82% <0%> (+1.44%) 10% <0%> (+1%) :arrow_up:
...rc/main/java/net/helix/hlx/model/IntegerIndex.java 30% <0%> (+5%) 5% <0%> (+2%) :arrow_up:
src/main/java/net/helix/hlx/crypto/Winternitz.java 75.45% <0%> (+5.45%) 29% <0%> (+2%) :arrow_up:
...x/hlx/service/snapshot/impl/SnapshotStateImpl.java 89.13% <0%> (+6.52%) 18% <0%> (+1%) :arrow_up:
src/main/java/net/helix/hlx/model/StateDiff.java 7.14% <0%> (+7.14%) 1% <0%> (+1%) :arrow_up:
.../helix/hlx/service/snapshot/impl/SnapshotImpl.java 68.03% <0%> (+10.65%) 30% <0%> (+4%) :arrow_up:
... and 8 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 7636c2d...761146f. Read the comment docs.