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

mozilla / fx-private-relay / 5208751d-e188-4ab1-88a5-fc1bc7c173fb

22 Apr 2024 01:59PM CUT coverage: 75.611%. Remained the same
5208751d-e188-4ab1-88a5-fc1bc7c173fb

push

circleci

web-flow
Merge pull request #4626 from mozilla/dependabot/pip/typing-stubs-4830e7a226

Bump types-pyopenssl from 24.0.0.20240311 to 24.0.0.20240417 in the typing-stubs group

2463 of 3426 branches covered (71.89%)

Branch coverage included in aggregate %.

6813 of 8842 relevant lines covered (77.05%)

19.99 hits per line

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

0.0
/emails/admin.py
1
from django.contrib import admin
×
2

3
from .models import (
×
4
    DeletedAddress,
5
    DomainAddress,
6
    Profile,
7
    RegisteredSubdomain,
8
    RelayAddress,
9
    Reply,
10
)
11

12

13
@admin.register(Reply)
×
14
class ReplyAdmin(admin.ModelAdmin):
×
15
    readonly_fields = ("created_at",)
×
16
    list_display = ("relay_address", "domain_address", "created_at")
×
17

18

19
admin.site.register(DeletedAddress)
×
20
admin.site.register(Profile)
×
21
admin.site.register(RelayAddress)
×
22
admin.site.register(DomainAddress)
×
23
admin.site.register(RegisteredSubdomain)
×
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