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

Added Hint.toCredentialBuilder() & Hint.Builder(Hint) #89

Closed dxslly closed 7 years ago

dxslly commented 7 years ago
codecov-io commented 7 years ago

Codecov Report

Merging #89 into master will decrease coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #89     +/-   ##
===========================================
- Coverage     71.53%   71.43%   -0.1%     
+ Complexity      454      452      -2     
===========================================
  Files            62       62             
  Lines          2540     2556     +16     
  Branches        242      242             
===========================================
+ Hits           1817     1826      +9     
- Misses          656      660      +4     
- Partials         67       70      +3
Impacted Files Coverage Δ Complexity Δ
protocol/java/org/openyolo/protocol/Hint.java 91.96% <100%> (+1.33%) 19 <1> (+1) :arrow_up:
...va/org/openyolo/protocol/AuthenticationDomain.java 87.87% <0%> (-6.07%) 20% <0%> (-3%)
...org/openyolo/protocol/internal/CustomMatchers.java 84.48% <0%> (-5.18%) 9% <0%> (ø)

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 b3ea9bd...a8545b9. Read the comment docs.