-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Implement google authentication. #113
base: master
Are you sure you want to change the base?
Conversation
This pull request introduces 2 alerts when merging 68b4254 into 75d06fd - view on LGTM.com new alerts:
|
* 'Refactored by Sourcery' * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: Sourcery AI <> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.11%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Codecov Report
@@ Coverage Diff @@
## master #113 +/- ##
==========================================
- Coverage 95.68% 90.98% -4.71%
==========================================
Files 20 22 +2
Lines 649 721 +72
==========================================
+ Hits 621 656 +35
- Misses 28 65 +37
Continue to review full report at Codecov.
|
Hey, I just made a Pull Request!
Description
This PR implements google authentication.
Motivation and Context
Have you tested this? If so, how?
Checklist for PR author(s)
interrogate drf_user
(I mean, we should set a good example 😄).README.md
.README.md
anddocs/index.rst
for any new changes.versionadded
,versionchanged
, ordeprecated
directives. Find the appropriate next version in the project's__init__.py
file.Release note