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

0.5.7-final #94

Closed oracle58 closed 5 years ago

oracle58 commented 5 years ago

Codecov Report

Merging #94 into master will increase coverage by 1.89%. The diff coverage is 42.85%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #94      +/-   ##
============================================
+ Coverage      38.2%   40.09%   +1.89%     
- Complexity      997     1059      +62     
============================================
  Files           160      160              
  Lines          7659     7677      +18     
  Branches        953      956       +3     
============================================
+ Hits           2926     3078     +152     
+ Misses         4398     4250     -148     
- Partials        335      349      +14
Impacted Files Coverage Δ Complexity Δ
src/main/java/net/helix/hlx/conf/HelixConfig.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
src/main/java/net/helix/hlx/XiEvent.java 0% <0%> (ø) 0 <0> (?)
src/main/java/net/helix/hlx/HLX.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...ain/java/net/helix/hlx/service/dto/XIResponse.java 0% <0%> (ø) 0 <0> (?)
.../main/java/net/helix/hlx/conf/BaseHelixConfig.java 71.32% <100%> (ø) 91 <2> (ø) :arrow_down:
...ervice/snapshot/impl/LocalSnapshotManagerImpl.java 94.59% <100%> (+20.52%) 15 <7> (+8) :arrow_up:
...rc/main/java/net/helix/hlx/model/IntegerIndex.java 30% <12.5%> (-11.67%) 5 <2> (+2)
src/main/java/net/helix/hlx/XI.java 31.25% <36.66%> (ø) 15 <2> (?)
src/main/java/net/helix/hlx/service/API.java 35.41% <50%> (ø) 66 <0> (ø) :arrow_down:
src/main/java/net/helix/hlx/crypto/Winternitz.java 70.9% <0%> (-4.55%) 28% <0%> (-1%)
... and 15 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 8aa4b16...137c7e1. Read the comment docs.