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

liqd / adhocracy-plus / 28178848451

25 Jun 2026 02:50PM UTC coverage: 41.038% (-45.5%) from 86.506%
28178848451

Pull #3127

github

web-flow
Merge 45990f4e4 into 28ae9021c
Pull Request #3127: app/projects: New Styling for Module Page

3439 of 8380 relevant lines covered (41.04%)

0.41 hits per line

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

0.0
/apps/users/api.py
1
from rest_framework import permissions
×
2
from rest_framework import viewsets
×
3

4
from .models import User
×
5
from .serializers import UserSerializer
×
6

7

8
class UserViewSet(viewsets.ReadOnlyModelViewSet):
×
9
    """Adds User API to be used in app."""
10

11
    queryset = User.objects.all()
×
12
    serializer_class = UserSerializer
×
13
    permission_classes = (permissions.IsAuthenticated,)
×
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

© 2026 Coveralls, Inc