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

Documentation Improvements #88

Closed dxslly closed 7 years ago

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

Codecov Report

Merging #88 into master will decrease coverage by 0.11%. The diff coverage is 75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #88      +/-   ##
============================================
- Coverage     71.53%   71.41%   -0.12%     
+ Complexity      454      451       -3     
============================================
  Files            62       62              
  Lines          2540     2540              
  Branches        242      242              
============================================
- Hits           1817     1814       -3     
- Misses          656      658       +2     
- Partials         67       68       +1
Impacted Files Coverage Δ Complexity Δ
...va/org/openyolo/protocol/AuthenticationDomain.java 93.93% <ø> (ø) 23 <0> (ø) :arrow_down:
api/java/org/openyolo/api/CredentialClient.java 59.18% <ø> (ø) 36 <0> (ø) :arrow_down:
...a/org/openyolo/protocol/PasswordSpecification.java 91.66% <ø> (ø) 49 <0> (ø) :arrow_down:
...a/org/openyolo/protocol/AuthenticationMethods.java 71.42% <ø> (ø) 1 <0> (ø) :arrow_down:
...va/org/openyolo/protocol/AuthenticationMethod.java 65.21% <ø> (ø) 9 <0> (ø) :arrow_down:
...java/org/openyolo/protocol/HintRetrieveResult.java 88.7% <ø> (ø) 9 <0> (ø) :arrow_down:
protocol/java/org/openyolo/protocol/Hint.java 90.62% <ø> (ø) 18 <0> (ø) :arrow_down:
...org/openyolo/protocol/CredentialDeleteRequest.java 94.87% <ø> (ø) 7 <0> (ø) :arrow_down:
...rotocol/java/org/openyolo/protocol/Credential.java 91.83% <ø> (ø) 18 <0> (ø) :arrow_down:
...g/openyolo/protocol/CredentialRetrieveRequest.java 79.09% <ø> (ø) 12 <0> (ø) :arrow_down:
... 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 b3ea9bd...e944816. Read the comment docs.