blob: d0587f8325be142a1e3f88cc19dc370019a21f67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[run]
branch = True
source = .
omit =
*tests*
*migrations*
*init*
local_settings.py
fossee_manim/apps.py
fossee_anime/settings.py
fossee_anime/wsgi.py
[report]
exclude_lines =
except ImportError:
raise NotImplementedError
if __name__ == .__main__.:
|