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

observatorycontrolsystem / ocs-authentication / 10325886202

09 Aug 2024 09:21PM UTC coverage: 86.348% (+5.6%) from 80.714%
10325886202

Pull #4

github

Jon
Removed auth classes from server called endpoint since its all handled by the permission
Pull Request #4: Ignore throttling from clients

3 of 4 new or added lines in 1 file covered. (75.0%)

1 existing line in 1 file now uncovered.

506 of 586 relevant lines covered (86.35%)

2.59 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/ocs_authentication/auth_profile/admin.py
1
from django.contrib import admin
3✔
2

3
from ocs_authentication.auth_profile.models import AuthProfile
3✔
4

5
class AuthProfileAdmin(admin.ModelAdmin):
3✔
6
    model = AuthProfile
3✔
7
    list_display = ('user', 'staff_view')
3✔
8
    raw_id_fields = ('user',)
3✔
9
    search_fields = ['user__username']
3✔
10

11
admin.site.register(AuthProfile, AuthProfileAdmin)
3✔
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