parse-community / ParseFacebookUtils-Android

A utility library to authenticate ParseUsers with the Facebook SDK
http://docs.parseplatform.org/android/guide/#facebook-users
Other
53 stars 63 forks source link

Refactor #41

Closed Jawnnypoo closed 6 years ago

Jawnnypoo commented 6 years ago

This PR is very similar to https://github.com/parse-community/ParseTwitterUtils-Android/pull/36

codecov[bot] commented 6 years ago

Codecov Report

Merging #41 into master will increase coverage by 0.59%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #41      +/-   ##
=========================================
+ Coverage      59.4%   60%   +0.59%     
  Complexity       38    38              
=========================================
  Files             2     2              
  Lines           202   200       -2     
  Branches         23    22       -1     
=========================================
  Hits            120   120              
+ Misses           73    71       -2     
  Partials          9     9
Impacted Files Coverage Δ Complexity Δ
...in/java/com/parse/facebook/ParseFacebookUtils.java 43.51% <ø> (ø) 21 <0> (?)
...in/java/com/parse/facebook/FacebookController.java 79.34% <50%> (ø) 17 <1> (?)

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 0d95b35...8e0be89. Read the comment docs.