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

AbstractHash refactoring #116

Closed spangin closed 5 years ago

oracle58 commented 5 years ago

Codecov Report

Merging #116 into dev will decrease coverage by 0.1%. The diff coverage is 61.53%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #116      +/-   ##
============================================
- Coverage     45.91%   45.81%   -0.11%     
+ Complexity     1205     1201       -4     
============================================
  Files           159      156       -3     
  Lines          7605     7589      -16     
  Branches        938      937       -1     
============================================
- Hits           3492     3477      -15     
+ Misses         3738     3733       -5     
- Partials        375      379       +4
Impacted Files Coverage Δ Complexity Δ
src/main/java/net/helix/hlx/model/HashFactory.java 86.2% <100%> (ø) 12 <1> (ø) :arrow_down:
...rc/main/java/net/helix/hlx/model/AbstractHash.java 68.62% <58.33%> (-1.75%) 15 <3> (ø)
...ilestone/impl/LatestSolidMilestoneTrackerImpl.java 46.37% <0%> (-1.45%) 9% <0%> (-1%)
...lix/hlx/network/replicator/ReplicatorSinkPool.java 38.29% <0%> (ø) 6% <0%> (+1%) :arrow_up:
src/main/java/net/helix/hlx/network/Node.java 39.86% <0%> (+0.46%) 48% <0%> (+2%) :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 a9cc036...fa3c296. Read the comment docs.