summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: b09ff8365c332916441244ea54661b1015d5652a (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__.: