Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit a3a193b

Browse files
author
muzaffaryousaf
committed
Omit migrations & admin.py from coveragerc.
1 parent 2fa0740 commit a3a193b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.coveragerc

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ omit =
1717
control/tests/*
1818
VEDA/tests/*
1919
VEDA_OS01/tests/*
20+
VEDA_OS01/migrations/*
21+
VEDA_OS01/admin.py
22+
23+
2024

2125
concurrency=multiprocessing
2226

control/veda_deliver_3play.py

-8
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,3 @@ def generate_transcripts(self):
211211
self.video.source_language,
212212
)
213213
raise
214-
215-
216-
def main():
217-
pass
218-
219-
220-
if __name__ == '__main__':
221-
sys.exit(main())

0 commit comments

Comments
 (0)