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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/github_actions-76468cb07f
DEFAULT BRANCH: main
Ran 04 Mar 2014 12:13AM UTC
Files 101
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

04 Mar 2014 12:07AM UTC coverage: 49.975% (-0.03%) from 50.0%
DJANGO=Django==1.5

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.

1019 of 2039 relevant lines covered (49.98%)

0.5 hits per line

Source Files on job 466.7 (DJANGO=Django==1.5)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 466
  • Travis Job 466.7
  • bd911e5c on github
  • Prev Job for DJANGO=Django==1.5 on master (#463.7)
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