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 refactor savelogs #126

Closed dnck closed 5 years ago

dnck commented 5 years ago

This is the refactor of the saveLogs method suggested in Issue #124.

oracle58 commented 5 years ago

Codecov Report

Merging #126 into dev will increase coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #126      +/-   ##
============================================
+ Coverage     46.35%   46.36%   +<.01%     
- Complexity     1225     1227       +2     
============================================
  Files           160      160              
  Lines          7623     7626       +3     
  Branches        934      934              
============================================
+ Hits           3534     3536       +2     
- Misses         3715     3718       +3     
+ Partials        374      372       -2
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/net/helix/hlx/utils/HelixIOUtils.java 17.39% <0%> (-2.61%) 2 <0> (ø)
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:

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 0ebf932...71f82e3. Read the comment docs.