Ran
|
Jobs
1
|
Files
930
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
refactor(socialaccount): Uniform SocialAccount.to_str() Squashed commit of the following: commit b23a8a725 Author: David D Lowe <daviddlowe.flimm@gmail.com> Date: Fri Jul 19 14:24:06 2024 +0100 fix(socialaccount): Make base to_str method look at more keys commit 90c8b4804 Author: David D Lowe <daviddlowe.flimm@gmail.com> Date: Fri Jul 19 14:11:56 2024 +0100 fix(socialaccount): make QuickBooks' to_str ignore emailVerified commit 7651401bd Author: David D Lowe <daviddlowe.flimm@gmail.com> Date: Fri Jul 19 14:02:58 2024 +0100 fix(socialaccount): Make base to_str more resilient It can now handle extra_data values that are not dictionaries without throwing an exception, and it only returns an `email`, `username` and `name` value if it is a string. commit 34576ba26 Author: David D Lowe <daviddlowe.flimm@gmail.com> Date: Fri Jul 19 13:56:23 2024 +0100 fix(socialaccount): Fully store extra_data of Edmodo account commit c71090dcb Author: David D Lowe <daviddlowe.flimm@gmail.com> Date: Fri Jul 19 13:55:12 2024 +0100 fix(socialaccount): Fully store extra_data of Amazon Cognito account commit 3fdca2e9a Author: David D Lowe <daviddlowe.flimm@gmail.com> Date: Tue Jul 16 14:25:16 2024 +0100 fix(socialaccount): Ensure AppleAccount's to_str handles private email commit 0ea8b75c7 Author: David D Lowe <daviddlowe.flimm@gmail.com> Date: Tue Jul 16 14:15:43 2024 +0100 fix: Use f-string commit 6e449dbb5 Author: David D Lowe <daviddlowe.flimm@gmail.com> Date: Tue Jul 16 14:04:02 2024 +0100 fix(socialaccount): Delete superflous to_str method implementations These classes are all subclasses of ProviderAccount, which provides a default to_str imple... (continued)
360 of 374 new or added lines in 157 files covered. (96.26%)
4 existing lines in 3 files now uncovered.20024 of 20909 relevant lines covered (95.77%)
0.96 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
97.14 |
-2.86% | allauth/socialaccount/providers/amazon_cognito/provider.py |
1 |
92.81 |
0.43% | allauth/socialaccount/providers/base/provider.py |
1 |
94.12 |
-2.43% | allauth/socialaccount/providers/eventbrite/provider.py |
1 |
95.65 |
-4.35% | allauth/socialaccount/providers/stripe/provider.py |
1 |
88.0 |
0.0% | allauth/socialaccount/providers/windowslive/provider.py |
1 |
92.31 |
-2.56% | allauth/socialaccount/providers/yandex/provider.py |
2 |
92.06 |
-2.05% | allauth/socialaccount/providers/apple/provider.py |
2 |
95.82 |
-0.68% | allauth/socialaccount/tests/__init__.py |
4 |
82.93 |
-9.38% | allauth/socialaccount/providers/flickr/provider.py |
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
92.5 |
-1.09% | allauth/socialaccount/providers/linkedin_oauth2/provider.py |
1 |
92.31 |
-4.24% | allauth/socialaccount/providers/tiktok/provider.py |
2 |
91.67 |
-8.33% | allauth/socialaccount/providers/slack/provider.py |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10021133211.1 | 930 |
95.77 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|