Skip to content

Commit

Permalink
Update coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Oct 1, 2015
1 parent c2d5704 commit 9a3341e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .coveragerc
@@ -0,0 +1,23 @@
[run]
source =
cms
menus
branch = False
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__.:

0 comments on commit 9a3341e

Please sign in to comment.