GoogleCloudPlatform / ide-login

The plugins-login-common library for authenticating with the Google Cloud Platform shared by several IDE plugins including Google Cloud Tools for Eclipse, Google Cloud Tools for IntelliJ, and Android Studio.
Apache License 2.0
2 stars 9 forks source link

Change artifact ID to "google-ide-login" #39

Closed chanseokoh closed 7 years ago

chanseokoh commented 7 years ago

Fixes #37.

codecov-io commented 7 years ago

Codecov Report

Merging #39 into master will increase coverage by -0.69%.

@@            Coverage Diff            @@
##           master     #39      +/-   ##
=========================================
- Coverage   74.88%   74.2%   -0.69%     
=========================================
  Files          10      10              
  Lines         223     345     +122     
  Branches       20      43      +23     
=========================================
+ Hits          167     256      +89     
- Misses         50      77      +27     
- Partials        6      12       +6
Impacted Files Coverage Δ
...java/com/google/cloud/tools/ide/login/Account.java 86.2% <ø> (-8.53%) :x:
.../tools/ide/login/JavaPreferenceOAuthDataStore.java 82.6% <ø> (-2.81%) :x:
...in/GoogleAuthorizationCodeTokenRequestCreator.java 0% <ø> (ø) :white_check_mark:
...va/com/google/cloud/tools/ide/login/OAuthData.java 100% <ø> (ø) :white_check_mark:
...google/cloud/tools/ide/login/GoogleLoginState.java 71.35% <ø> (+0.47%) :white_check_mark:

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 d37aaa8...37c636b. Read the comment docs.