ripple / crypto-conditions

A Java implementation of Crypto-Conditions (draft-thomas-crypto-conditions)
Apache License 2.0
5 stars 12 forks source link

Feature/#13 add prefix tests #16

Closed sappenin closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.21%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #16      +/-   ##
============================================
+ Coverage     81.76%   81.97%   +0.21%     
- Complexity      173      174       +1     
============================================
  Files            33       33              
  Lines          1124     1126       +2     
  Branches         98       99       +1     
============================================
+ Hits            919      923       +4     
+ Misses          156      155       -1     
+ Partials         49       48       -1
Impacted Files Coverage Δ Complexity Δ
...ipple/cryptoconditions/Ed25519Sha256Condition.java 94.11% <ø> (ø) 2 <0> (ø) :arrow_down:
...le/cryptoconditions/PreimageSha256Fulfillment.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
...pple/cryptoconditions/PrefixSha256Fulfillment.java 85.71% <100%> (+5.71%) 2 <0> (ø) :arrow_down:
...ple/cryptoconditions/Ed25519Sha256Fulfillment.java 87.5% <100%> (+0.83%) 2 <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 7495195...2cb7e00. Read the comment docs.