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

mozilla / fx-private-relay / 64ebb29c-ce88-4547-abc8-d824147bd741

20 Jun 2024 10:44PM CUT coverage: 85.339%. First build
64ebb29c-ce88-4547-abc8-d824147bd741

push

circleci

jwhitlock
Drop transaction=True for tests

This is no longer needed, is much slower, and causes issues with
migration tests that I don't want to tackle today.

3971 of 5102 branches covered (77.83%)

Branch coverage included in aggregate %.

8 of 8 new or added lines in 2 files covered. (100.0%)

15704 of 17953 relevant lines covered (87.47%)

10.34 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