• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pennersr / django-allauth / 466
96%
main: 96%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/github_actions-76468cb07f
DEFAULT BRANCH: main
Ran 04 Mar 2014 12:11AM UTC
Jobs 8
Files 203
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
466

Pull #555

travis-ci

agriffis
Don't call self.load() from registry.register() to avoid recursion.

Presently registry.load() imports provider modules, and each module
calls registry.register(), which itself calls self.load().  The result is
that self.load() attempts to import the entire list of modules once for
each provider module that calls registry.register().

The recursion doesn't hurt because already-imported modules don't run
again, but it would be better to avoid it, and there's no reason for
registry.register() to call self.load()
Pull Request #555: Don't call self.load() from registry.register() to avoid recursion.

3995 of 4557 relevant lines covered (87.67%)

5.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 466.1 (DJANGO=Django==1.4.3) 04 Mar 2014 12:11AM UTC 0
87.56
Travis Job 466.1
2 466.2 (DJANGO=Django==1.5) 04 Mar 2014 12:11AM UTC 0
49.88
Travis Job 466.2
3 466.3 (DJANGO="git+git://github.com/django/django.git@stable/1.6.x#egg=django") 04 Mar 2014 12:13AM UTC 0
87.07
Travis Job 466.3
4 466.4 (DJANGO=Django==1.4.3) 04 Mar 2014 12:13AM UTC 0
87.54
Travis Job 466.4
5 466.5 (DJANGO=Django==1.5) 04 Mar 2014 12:13AM UTC 0
49.88
Travis Job 466.5
6 466.6 (DJANGO="git+git://github.com/django/django.git@stable/1.6.x#egg=django") 04 Mar 2014 12:13AM UTC 0
87.05
Travis Job 466.6
7 466.7 (DJANGO=Django==1.5) 04 Mar 2014 12:13AM UTC 0
49.98
Travis Job 466.7
8 466.8 (DJANGO="git+git://github.com/django/django.git@stable/1.6.x#egg=django") 04 Mar 2014 12:15AM UTC 0
86.92
Travis Job 466.8
Source Files on build 466
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #466
  • Pull Request #555
  • PR Base - master (#463)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc