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

Standardized CredentialClient API to use Activity Intent style callbacks #85

Closed dxslly closed 7 years ago

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

Codecov Report

Merging #85 into master will decrease coverage by 1.18%. The diff coverage is 12.9%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #85      +/-   ##
============================================
- Coverage     71.32%   70.13%   -1.19%     
- Complexity      449      450       +1     
============================================
  Files            62       64       +2     
  Lines          2556     2582      +26     
  Branches        242      244       +2     
============================================
- Hits           1823     1811      -12     
- Misses          662      702      +40     
+ Partials         71       69       -2
Impacted Files Coverage Δ Complexity Δ
...g/openyolo/protocol/CredentialRetrieveRequest.java 79.09% <ø> (ø) 12 <0> (ø) :arrow_down:
...nternal/CredentialRetrieveBbqRetrieveActivity.java 0% <0%> (ø) 0 <0> (?)
...penyolo/api/internal/FinishWithResultActivity.java 0% <0%> (ø) 0 <0> (?)
.../openyolo/api/internal/ProviderPickerActivity.java 21.97% <0%> (ø) 4 <0> (?)
...va/org/openyolo/protocol/CredentialSaveResult.java 92.72% <100%> (+1.98%) 8 <1> (ø) :arrow_down:
...java/org/openyolo/protocol/HintRetrieveResult.java 90.47% <100%> (+1.76%) 9 <0> (ø) :arrow_down:
...rg/openyolo/protocol/CredentialRetrieveResult.java 92.3% <100%> (+1.98%) 10 <1> (ø) :arrow_down:
.../org/openyolo/protocol/CredentialDeleteResult.java 100% <100%> (+1.78%) 9 <0> (ø) :arrow_down:
api/java/org/openyolo/api/CredentialClient.java 60.24% <6.66%> (+1.05%) 32 <1> (-4) :arrow_down:
protocol/java/org/openyolo/protocol/Hint.java 90.62% <0%> (-1.34%) 18% <0%> (-1%)
... and 19 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 9b6de28...11f829c. Read the comment docs.