openid / OpenYOLO-Android

Android protocol for credential exchange and update - "You Only Login Once"
http://openid.net/wg/ac/
Apache License 2.0
115 stars 18 forks source link

Changed AuthenticationDomain to enforce applications have exactly one signature #76

Closed dxslly closed 7 years ago

dxslly commented 7 years ago

Fixed https://github.com/openid/OpenYOLO-Android/issues/51

codecov-io commented 7 years ago

Codecov Report

Merging #76 into master will decrease coverage by 0.14%. The diff coverage is 74.07%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #76      +/-   ##
===========================================
- Coverage     71.54%   71.4%   -0.15%     
+ Complexity      447     446       -1     
===========================================
  Files            61      61              
  Lines          2499    2500       +1     
  Branches        242     242              
===========================================
- Hits           1788    1785       -3     
- Misses          644     648       +4     
  Partials         67      67
Impacted Files Coverage Δ Complexity Δ
...enyolo/spi/assetlinks/AssetRelationshipHelper.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
.../org/openyolo/spi/BaseCredentialQueryReceiver.java 100% <100%> (ø) 3 <0> (ø) :arrow_down:
...va/org/openyolo/protocol/AuthenticationDomain.java 93.93% <100%> (-0.18%) 23 <0> (ø)
api/java/org/openyolo/api/KnownProviders.java 93.93% <60%> (-0.35%) 10 <1> (-1)

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 594e5c1...432bb54. Read the comment docs.