Created
January 6, 2016 19:17
-
-
Save roddds/5cb26bd4c9fe7466b6eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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