Skip to content

Instantly share code, notes, and snippets.

@roddds
Created January 6, 2016 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roddds/5cb26bd4c9fe7466b6eb to your computer and use it in GitHub Desktop.
Save roddds/5cb26bd4c9fe7466b6eb to your computer and use it in GitHub Desktop.
[run]
branch = True
omit = *migrations*,
*urls*,
*test*,
*admin*,
*scripts*,
*models*,
pipes/config/*,
pipes/manage.py,
pipes/wsgi.py,
*__init__*
[report]
exclude_lines =
@python_2_unicode_compatible
pragma: no cover
def __str__
def __repr__
class Meta:
if self.debug:
if settings.DEBUG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment