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

Core: java code issues #120

Closed adrian-tocu closed 5 years ago

oracle58 commented 5 years ago

Codecov Report

Merging #120 into dev will increase coverage by 0.18%. The diff coverage is 44.72%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #120      +/-   ##
============================================
+ Coverage     46.27%   46.45%   +0.18%     
- Complexity     1217     1230      +13     
============================================
  Files           156      160       +4     
  Lines          7585     7622      +37     
  Branches        936      935       -1     
============================================
+ Hits           3510     3541      +31     
- Misses         3701     3711      +10     
+ Partials        374      370       -4
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/net/helix/hlx/conf/MainnetConfig.java 100% <ø> (ø) 2 <0> (ø) :arrow_down:
.../java/net/helix/hlx/model/persistables/Hashes.java 86.66% <ø> (ø) 7 <0> (ø) :arrow_down:
...x/network/impl/TransactionRequesterWorkerImpl.java 72.22% <ø> (ø) 16 <0> (ø) :arrow_down:
...rc/main/java/net/helix/hlx/model/IntegerIndex.java 31.57% <ø> (+1.57%) 5 <0> (ø) :arrow_down:
src/main/java/net/helix/hlx/crypto/Miner.java 94.28% <ø> (ø) 16 <0> (ø) :arrow_down:
...va/net/helix/hlx/service/dto/AbstractResponse.java 75% <ø> (ø) 5 <0> (ø) :arrow_down:
src/main/java/net/helix/hlx/Helix.java 68.54% <ø> (ø) 7 <0> (ø) :arrow_down:
...x/service/milestone/impl/MilestoneServiceImpl.java 5.96% <ø> (ø) 4 <0> (ø) :arrow_down:
...ervice/snapshot/impl/LocalSnapshotManagerImpl.java 94.59% <ø> (ø) 15 <0> (ø) :arrow_down:
.../main/java/net/helix/hlx/TransactionValidator.java 82.43% <ø> (+2.02%) 44 <0> (ø) :arrow_down:
... and 39 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 d282c50...f053bba. Read the comment docs.