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

mozilla / fx-private-relay / b2e067fe-ce4e-4099-9bef-07b368e99782

15 Apr 2024 04:18PM CUT coverage: 75.544% (+0.002%) from 75.542%
b2e067fe-ce4e-4099-9bef-07b368e99782

push

circleci

jwhitlock
Enable pyupgrade, fix issues

2443 of 3405 branches covered (71.75%)

Branch coverage included in aggregate %.

56 of 59 new or added lines in 14 files covered. (94.92%)

234 existing lines in 24 files now uncovered.

6793 of 8821 relevant lines covered (77.01%)

20.04 hits per line

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

75.0
/emails/urls.py
1
from django.conf import settings
1✔
2
from django.urls import path
1✔
3

4
from . import views
1✔
5

6
urlpatterns = [
1✔
7
    path("sns-inbound", views.sns_inbound),
8
]
9

10
if settings.DEBUG:
1!
UNCOV
11
    urlpatterns += [
×
12
        path("wrapped_email_test", views.wrapped_email_test),
13
        path("first_time_user_test", views.first_time_user_test),
14
        path("reply_requires_premium_test", views.reply_requires_premium_test),
15
        path("first_forwarded_email", views.first_forwarded_email_test),
16
    ]
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

© 2025 Coveralls, Inc