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

EsupPortail / Esup-Pod / 22358373981

24 Feb 2026 03:47PM UTC coverage: 68.113%. First build
22358373981

Pull #1403

github

web-flow
Merge 9b6420310 into 7506dd15c
Pull Request #1403: Runner Manager support

632 of 1453 new or added lines in 24 files covered. (43.5%)

12812 of 18810 relevant lines covered (68.11%)

0.68 hits per line

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

0.0
/pod/video_encode_transcript/urls.py
1
"""URL patterns used for Esup-Pod in video_encode_transcript application."""
2

NEW
3
from django.urls import path
×
NEW
4
from pod.video_encode_transcript.views import notify_task_end
×
5

NEW
6
app_name = "video_encode_transcript"
×
7

NEW
8
urlpatterns = [
×
9
    # This endpoint is called by the runner manager when a task is completed, to update the task status and send notifications.
10
    path("notify_task_end/", notify_task_end, name="notify_task_end"),
11
]
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