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

Publishing different bundle types (refactoring) #112

Closed oracle58 closed 5 years ago

oracle58 commented 5 years ago
oracle58 commented 5 years ago

Codecov Report

Merging #112 into finality-update-2 will increase coverage by 0.25%. The diff coverage is 1%.

Impacted file tree graph

@@                   Coverage Diff                   @@
##             finality-update-2     #112      +/-   ##
=======================================================
+ Coverage                37.64%   37.89%   +0.25%     
- Complexity                1070     1073       +3     
=======================================================
  Files                      172      168       -4     
  Lines                     8374     8323      -51     
  Branches                  1062     1058       -4     
=======================================================
+ Hits                      3152     3154       +2     
+ Misses                    4858     4807      -51     
+ Partials                   364      362       -2
Impacted Files Coverage Δ Complexity Δ
...lix/hlx/service/curator/impl/NomineePublisher.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...n/java/net/helix/hlx/utils/bundle/BundleUtils.java 0% <0%> (ø) 0 <0> (?)
...elix/hlx/service/milestone/MilestonePublisher.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...n/java/net/helix/hlx/utils/bundle/BundleTypes.java 0% <0%> (ø) 0 <0> (?)
src/main/java/net/helix/hlx/service/API.java 34.64% <4.34%> (-0.31%) 66 <0> (ø)
src/main/java/net/helix/hlx/crypto/Winternitz.java 74.28% <0%> (+0.95%) 28% <0%> (+3%) :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 ead6d34...16624db. Read the comment docs.