• 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/userdashboard/urls.py
1
from django.urls import path
×
2
from django.urls import re_path
×
3

4
from . import views
×
5

6
urlpatterns = [
×
7
    path(
8
        "overview/",
9
        views.UserDashboardOverviewView.as_view(),
10
        name="userdashboard-overview",
11
    ),
12
    path(
13
        "moderation/",
14
        views.UserDashboardModerationView.as_view(),
15
        name="userdashboard-moderation",
16
    ),
17
    path(
18
        "overview/activities/",
19
        views.UserDashboardActivitiesView.as_view(),
20
        name="userdashboard-activities",
21
    ),
22
    path(
23
        "overview/following/",
24
        views.UserDashboardFollowingView.as_view(),
25
        name="userdashboard-following",
26
    ),
27
    re_path(
28
        r"^moderation/detail/(?P<slug>[-\w_]+)/$",
29
        views.UserDashboardModerationDetailView.as_view(),
30
        name="userdashboard-moderation-detail",
31
    ),
32
]
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