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

Closed spangin closed 5 years ago

spangin commented 5 years ago

unit-tests for tipselection

oracle58 commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #104      +/-   ##
============================================
+ Coverage     40.73%   43.23%   +2.49%     
- Complexity     1050     1115      +65     
============================================
  Files           159      159              
  Lines          7527     7527              
  Branches        917      917              
============================================
+ Hits           3066     3254     +188     
+ Misses         4112     3908     -204     
- Partials        349      365      +16
Impacted Files Coverage Δ Complexity Δ
src/main/java/net/helix/hlx/crypto/Winternitz.java 70.9% <0%> (-4.55%) 27% <0%> (-2%)
.../net/helix/hlx/model/persistables/Transaction.java 98.88% <0%> (-1.12%) 12% <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.39% <0%> (+0.23%) 46% <0%> (+1%) :arrow_up:
...ilestone/impl/LatestSolidMilestoneTrackerImpl.java 47.82% <0%> (+1.44%) 10% <0%> (+1%) :arrow_up:
...et/helix/hlx/controllers/TransactionViewModel.java 60.3% <0%> (+4.63%) 52% <0%> (+6%) :arrow_up:
...ix/hlx/utils/collections/impl/TransformingMap.java 71.42% <0%> (+14.28%) 8% <0%> (+3%) :arrow_up:
src/main/java/net/helix/hlx/model/HashPrefix.java 61.11% <0%> (+61.11%) 5% <0%> (+5%) :arrow_up:
...x/service/tipselection/impl/WalkValidatorImpl.java 63.63% <0%> (+63.63%) 8% <0%> (+8%) :arrow_up:
...s/collections/impl/TransformingBoundedHashSet.java 64.7% <0%> (+64.7%) 4% <0%> (+4%) :arrow_up:
... and 3 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 c4146b3...d788c5a. Read the comment docs.