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

Additional property utility methods for CredentialDeleteResult #107

Closed iainmcgin closed 7 years ago

iainmcgin commented 7 years ago

Dependent on #106. Part of the implementation of #99.

codecov-io commented 7 years ago

Codecov Report

Merging #107 into master will increase coverage by 0.05%. The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #107      +/-   ##
============================================
+ Coverage     70.09%   70.15%   +0.05%     
- Complexity      457      460       +3     
============================================
  Files            65       65              
  Lines          2645     2657      +12     
  Branches        249      251       +2     
============================================
+ Hits           1854     1864      +10     
- Misses          711      712       +1     
- Partials         80       81       +1
Impacted Files Coverage Δ Complexity Δ
.../org/openyolo/protocol/CredentialDeleteResult.java 95.71% <83.33%> (-2.57%) 12 <3> (+3)

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 30db239...5a43920. Read the comment docs.