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

pennersr / django-allauth / 9918570741
96%

Build:
DEFAULT BRANCH: main
Ran 13 Jul 2024 08:28AM UTC
Jobs 1
Files 930
Run time 1min
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

13 Jul 2024 08:23AM UTC coverage: 95.764%. Remained the same
9918570741

push

github

pennersr
fix(templates): Render checkboxes and radio buttons before label

The <label> element should be placed before its corresponding <input> in
most cases. However, in the case of a checkbox input or a radio input,
the <label> element should be placed after it.

To illustrate:

Bad:

    I agree to terms and conditions ☑

Good:

    ☑ I agree to terms and conditions

django-allauth ships with the two templates that will be affected
positively by this change:

allauth/templates/account/email.html
allauth/templates/socialaccount/connections.html

19896 of 20776 relevant lines covered (95.76%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9918570741.1 13 Jul 2024 08:28AM UTC 0
95.76
GitHub Action Run
Source Files on build 9918570741
Detailed source file information is not available for this build.
  • Back to Repo
  • 145bccb1 on github
  • Prev Build on main (#9917775738)
  • Next Build on main (#9921928262)
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