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

Rename Maven groupId and artifactId #46

Closed chanseokoh closed 7 years ago

chanseokoh commented 7 years ago

45

codecov-io commented 7 years ago

Codecov Report

Merging #46 into master will not impact coverage.

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   78.47%   78.47%           
=======================================
  Files          10       10           
  Lines         223      223           
  Branches       20       20           
=======================================
  Hits          175      175           
  Misses         42       42           
  Partials        6        6
Impacted Files Coverage Δ
...com/google/cloud/tools/login/GoogleLoginState.java 75% <ø> (ø)
.../tools/login/EmailAddressNotReturnedException.java 100% <ø> (ø)
...ogle/cloud/tools/login/VerificationCodeHolder.java 100% <ø> (ø)
...n/java/com/google/cloud/tools/login/OAuthData.java 100% <ø> (ø)
...va/com/google/cloud/tools/login/OAuth2Wrapper.java 0% <ø> (ø)
...loud/tools/login/JavaPreferenceOAuthDataStore.java 85.41% <ø> (ø)
...in/java/com/google/cloud/tools/login/UserInfo.java 0% <ø> (ø)
...ain/java/com/google/cloud/tools/login/Account.java 94.73% <ø> (ø)
...in/GoogleAuthorizationCodeTokenRequestCreator.java 0% <ø> (ø)
...va/com/google/cloud/tools/login/AccountRoster.java 100% <ø> (ø)

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 a06d9a0...a37e6fe. Read the comment docs.

chanseokoh commented 7 years ago

Renamed the package name too. @elharo PTAL.