Commit a3a193b9 by muzaffaryousaf

Omit migrations & admin.py from coveragerc.

parent 2fa0740d
...@@ -17,6 +17,10 @@ omit = ...@@ -17,6 +17,10 @@ omit =
control/tests/* control/tests/*
VEDA/tests/* VEDA/tests/*
VEDA_OS01/tests/* VEDA_OS01/tests/*
VEDA_OS01/migrations/*
VEDA_OS01/admin.py
concurrency=multiprocessing concurrency=multiprocessing
......
...@@ -211,11 +211,3 @@ class ThreePlayMediaClient(object): ...@@ -211,11 +211,3 @@ class ThreePlayMediaClient(object):
self.video.source_language, self.video.source_language,
) )
raise raise
def main():
pass
if __name__ == '__main__':
sys.exit(main())
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment