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

Allow bintrayUpload params to be passed as project properties. #139

Closed dxslly closed 6 years ago

dxslly commented 6 years ago

Example usage:

./gradlew -PbintrayUser=UserName -PbintrayApiKey=ApiKey bintrayUpload
codecov-io commented 6 years ago

Codecov Report

Merging #139 into master will decrease coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #139      +/-   ##
============================================
- Coverage     72.44%   72.37%   -0.08%     
  Complexity      483      483              
============================================
  Files            65       65              
  Lines          2664     2664              
  Branches        247      247              
============================================
- Hits           1930     1928       -2     
- Misses          663      668       +5     
+ Partials         71       68       -3
Impacted Files Coverage Δ Complexity Δ
bbq/java/com/google/bbq/BroadcastQueryClient.java 53.9% <0%> (-1.57%) 7% <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 2f854cb...0fc309d. Read the comment docs.