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

mozilla / fx-private-relay / 3e74236f-cc97-43f2-a99f-0556a00150a7

08 Apr 2024 02:10PM CUT coverage: 75.536%. Remained the same
3e74236f-cc97-43f2-a99f-0556a00150a7

push

circleci

web-flow
Merge pull request #4580 from mozilla/dependabot/pip/boto-7d025f9d7a

Bump the boto group with 2 updates

2443 of 3406 branches covered (71.73%)

Branch coverage included in aggregate %.

6795 of 8824 relevant lines covered (77.01%)

20.03 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