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

mozilla / fx-private-relay / cf84e09f-52b9-4527-921c-97303d3947cb

04 Nov 2024 09:14PM CUT coverage: 84.845%. Remained the same
cf84e09f-52b9-4527-921c-97303d3947cb

push

circleci

jwhitlock
Add @content to mozilla protocol text mixins

Copy some of the text-* mixins to a new file

/frontend/src/styles/typography.scss

Modify the mixins to accept a @content parameter. Use these new mixins
to generate the same CSS without the SCSS deprecation warning for mixed
declarations:

https://sass-lang.com/documentation/breaking-changes/mixed-decls/

2416 of 3553 branches covered (68.0%)

Branch coverage included in aggregate %.

16831 of 19132 relevant lines covered (87.97%)

9.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 DeletedAddress, DomainAddress, RelayAddress, Reply
×
4

5

6
@admin.register(Reply)
×
7
class ReplyAdmin(admin.ModelAdmin):
×
8
    readonly_fields = ("created_at",)
×
9
    list_display = ("relay_address", "domain_address", "created_at")
×
10

11

12
admin.site.register(DeletedAddress)
×
13
admin.site.register(RelayAddress)
×
14
admin.site.register(DomainAddress)
×
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