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

liqd / adhocracy-plus / 18908688697

29 Oct 2025 12:59PM UTC coverage: 44.622% (-44.5%) from 89.135%
18908688697

Pull #2986

github

web-flow
Merge 1dfde8ee7 into 445e1d498
Pull Request #2986: Draft: Speed up Github Ci Tests

3012 of 6750 relevant lines covered (44.62%)

0.45 hits per line

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

0.0
/apps/account/api.py
1
from rest_framework.generics import RetrieveUpdateAPIView
×
2
from rest_framework.permissions import IsAuthenticated
×
3

4
from .serializers import AccountSerializer
×
5

6

7
class AccountViewSet(RetrieveUpdateAPIView):
×
8

9
    serializer_class = AccountSerializer
×
10
    permission_classes = (IsAuthenticated,)
×
11
    http_method_names = ["get", "put"]
×
12

13
    def get_object(self):
×
14
        return self.request.user
×
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