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

liqd / roots / 26235555947

21 May 2026 03:24PM UTC coverage: 40.79% (-39.5%) from 80.274%
26235555947

Pull #112

github

web-flow
Merge 0c04922a1 into fb15f37ba
Pull Request #112: [ST-2214] Add more Information to Sentry Error + Solve absolute Url Bug

9 of 27 new or added lines in 5 files covered. (33.33%)

3614 existing lines in 161 files now uncovered.

3736 of 9159 relevant lines covered (40.79%)

0.41 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/apps/users/utils.py
UNCOV
1
from django.utils.translation import activate
×
2

UNCOV
3
from .models import User
×
4

5

UNCOV
6
def set_session_language(user_email, language=None):
×
UNCOV
7
    if not language:
×
UNCOV
8
        language = User.objects.get(email=user_email).language
×
UNCOV
9
    activate(language)
×
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