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

mozilla / fx-private-relay / b646eece-29a3-44b1-ba40-4c10c615098a

18 Jun 2024 04:55PM CUT coverage: 84.701% (-0.02%) from 84.716%
b646eece-29a3-44b1-ba40-4c10c615098a

Pull #4796

circleci

groovecoder
for MPP-2822: update gaEvent hook to ping to both GA endpoints
Pull Request #4796: MPP-2822: add gtag to Layout and update gaEvent hook to ping both GA endpoints

3720 of 4857 branches covered (76.59%)

Branch coverage included in aggregate %.

19 of 26 new or added lines in 4 files covered. (73.08%)

25 existing lines in 1 file now uncovered.

15131 of 17399 relevant lines covered (86.96%)

10.68 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