python-social-auth / social-core

Python Social Auth - Core
BSD 3-Clause "New" or "Revised" License
837 stars 543 forks source link

feat: Added Backend 'EtsyOAuth2' #874

Closed amitray007 closed 5 months ago

amitray007 commented 5 months ago

Proposed changes

Types of changes

Checklist

Other information

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (34e4746) 77.59% compared to head (f14d699) 77.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #874 +/- ## ========================================== + Coverage 77.59% 77.70% +0.11% ========================================== Files 343 345 +2 Lines 10521 10574 +53 Branches 699 699 ========================================== + Hits 8164 8217 +53 Misses 2200 2200 Partials 157 157 ``` | [Flag](https://app.codecov.io/gh/python-social-auth/social-core/pull/874/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-social-auth) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/python-social-auth/social-core/pull/874/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-social-auth) | `77.70% <100.00%> (+0.11%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-social-auth#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nijel commented 5 months ago

Merged, thanks for your contribution!