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

mozilla / fx-private-relay / fc52e8f8-49cb-4370-afb4-3bae2b779784

14 Apr 2025 02:05PM CUT coverage: 85.201%. Remained the same
fc52e8f8-49cb-4370-afb4-3bae2b779784

Pull #5509

circleci

web-flow
build(deps-dev): bump @types/react from 19.1.0 to 19.1.1

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.1.0 to 19.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-version: 19.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #5509: build(deps-dev): bump @types/react from 19.1.0 to 19.1.1

2457 of 3591 branches covered (68.42%)

Branch coverage included in aggregate %.

17221 of 19505 relevant lines covered (88.29%)

9.85 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