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 #106

Closed spangin closed 5 years ago

oracle58 commented 5 years ago

Codecov Report

Merging #106 into dev will increase coverage by 1.18%. The diff coverage is 87.5%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #106      +/-   ##
============================================
+ Coverage     43.19%   44.37%   +1.18%     
- Complexity     1113     1162      +49     
============================================
  Files           159      159              
  Lines          7527     7533       +6     
  Branches        917      919       +2     
============================================
+ Hits           3251     3343      +92     
+ Misses         3904     3831      -73     
+ Partials        372      359      -13
Impacted Files Coverage Δ Complexity Δ
...main/java/net/helix/hlx/model/TransactionHash.java 100% <100%> (+15.38%) 5 <0> (+1) :arrow_up:
src/main/java/net/helix/hlx/crypto/Sha3.java 67.56% <85.71%> (+4.23%) 11 <1> (+3) :arrow_up:
src/main/java/net/helix/hlx/network/Node.java 39.86% <0%> (+0.46%) 48% <0%> (+2%) :arrow_up:
src/main/java/net/helix/hlx/storage/Tangle.java 44.29% <0%> (+1.34%) 24% <0%> (+1%) :arrow_up:
...ilestone/impl/LatestSolidMilestoneTrackerImpl.java 47.82% <0%> (+1.44%) 10% <0%> (+1%) :arrow_up:
.../java/net/helix/hlx/controllers/TipsViewModel.java 56.92% <0%> (+1.53%) 8% <0%> (+1%) :arrow_up:
.../helix/hlx/service/snapshot/impl/SnapshotImpl.java 70.49% <0%> (+2.45%) 31% <0%> (+1%) :arrow_up:
...va/net/helix/hlx/network/TransactionRequester.java 60.31% <0%> (+4.76%) 18% <0%> (+3%) :arrow_up:
.../java/net/helix/hlx/utils/FastByteComparisons.java 56.75% <0%> (+8.1%) 3% <0%> (+2%) :arrow_up:
... and 2 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 6e27453...30efc01. Read the comment docs.