django-cms/.coveragerc
Angelo Dini 857174db0d
Updated documentation and files for 3.7 LTS (#6761)
* general updates

* updates from comments

* update form comments
2019-11-12 15:56:44 +01:00

24 lines
372 B
INI

[run]
branch = False
source =
cms
menus
omit =
cms/migrations/*
cms/south_migrations/*
cms/tests/*
cms/test_utils/*
menus/migrations/*
menus/south_migrations/*
docs/*
env/*
env*
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.: