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

gcivil-nyu-org / Wednesday-Fall2023-Team-6 / 281

08 Nov 2023 08:37PM UTC coverage: 96.16%. First build
281

Pull #147

travis-pro

Chinnu1103
bucket name
Pull Request #147: Pre master - Check

1277 of 1328 new or added lines in 64 files covered. (96.16%)

1277 of 1328 relevant lines covered (96.16%)

0.96 hits per line

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

0.0
/MediLink/asgi.py
1
"""
2
ASGI config for MediLink project.
3

4
It exposes the ASGI callable as a module-level variable named ``application``.
5

6
For more information on this file, see
7
https://docs.djangoproject.com/en/4.2/howto/deployment/asgi/
8
"""
9

NEW
10
import os
×
11

NEW
12
from django.core.asgi import get_asgi_application
×
13

NEW
14
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "MediLink.settings")
×
15

NEW
16
application = get_asgi_application()
×
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