interledger-deprecated / java-crypto-conditions

WE'VE MOVED: This project has moved to Hyperledger Quilt
https://github.com/hyperledger/quilt/tree/master/crypto-conditions
Apache License 2.0
5 stars 12 forks source link

Fix Build Tests #67

Closed sappenin closed 7 years ago

sappenin commented 7 years ago
codecov[bot] commented 7 years ago

Codecov Report

Merging #67 into development will increase coverage by 37.65%. The diff coverage is n/a.

Impacted file tree graph

@@                Coverage Diff                 @@
##             development      #67       +/-   ##
==================================================
+ Coverage          37.89%   75.55%   +37.65%     
- Complexity            97      197      +100     
==================================================
  Files                 24       24               
  Lines                863      863               
  Branches              86       86               
==================================================
+ Hits                 327      652      +325     
+ Misses               507      151      -356     
- Partials              29       60       +31
Impacted Files Coverage Δ Complexity Δ
...rg/interledger/cryptoconditions/ConditionType.java 79.72% <0%> (+4.05%) 26% <0%> (+2%) :arrow_up:
...rg/interledger/cryptoconditions/ConditionBase.java 56.89% <0%> (+6.89%) 8% <0%> (+2%) :arrow_up:
...ger/cryptoconditions/types/RsaSha256Condition.java 73.91% <0%> (+8.69%) 5% <0%> (+1%) :arrow_up:
...edger/cryptoconditions/uri/CryptoConditionUri.java 57.77% <0%> (+8.88%) 9% <0%> (+4%) :arrow_up:
...cryptoconditions/types/Ed25519Sha256Condition.java 89.47% <0%> (+10.52%) 5% <0%> (+1%) :arrow_up:
.../cryptoconditions/types/PrefixSha256Condition.java 93.54% <0%> (+12.9%) 8% <0%> (+2%) :arrow_up:
...yptoconditions/types/ThresholdSha256Condition.java 96.15% <0%> (+28.84%) 16% <0%> (+7%) :arrow_up:
...terledger/cryptoconditions/der/DerInputStream.java 54.83% <0%> (+54.83%) 11% <0%> (+11%) :arrow_up:
...r/cryptoconditions/types/RsaSha256Fulfillment.java 70% <0%> (+67.5%) 8% <0%> (+7%) :arrow_up:
...yptoconditions/types/Ed25519Sha256Fulfillment.java 71.11% <0%> (+71.11%) 10% <0%> (+10%) :arrow_up:
... and 5 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 c07ba6d...be52db2. Read the comment docs.

sappenin commented 7 years ago

Cancelling this PR because it's incorporated into #68.