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

Bumped Gradle version to 3.0.0-beta2 #73

Closed dxslly closed 7 years ago

dxslly commented 7 years ago

PR on top of https://github.com/openid/OpenYOLO-Android/pull/72

codecov-io commented 7 years ago

Codecov Report

Merging #73 into master will increase coverage by 0.01%. The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #73      +/-   ##
============================================
+ Coverage     70.94%   70.95%   +0.01%     
  Complexity      436      436              
============================================
  Files            58       58              
  Lines          2437     2438       +1     
  Branches        241      242       +1     
============================================
+ Hits           1729     1730       +1     
+ Misses          641      640       -1     
- Partials         67       68       +1
Impacted Files Coverage Δ Complexity Δ
...java/org/openyolo/protocol/HintRetrieveResult.java 90.16% <0%> (+1.63%) 9 <0> (ø) :arrow_down:
...rg/openyolo/protocol/CredentialRetrieveResult.java 91.8% <66.66%> (-1.54%) 10 <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 315c11f...3bc79c1. Read the comment docs.

iainmcgin commented 7 years ago

This change doesn't need to be stacked; you can isolate just the plugin version change.

dxslly commented 7 years ago

Handled in another PR