Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
0x43
eBookHub-backend
Commits
4c8f61ee
Commit
4c8f61ee
authored
Mar 13, 2019
by
Patrick van der Leer
Browse files
`coveragerc` setup
parent
9520dd48
Changes
1
Hide whitespace changes
Inline
Side-by-side
.coveragerc
0 → 100644
View file @
4c8f61ee
[run]
include = eBookHub/*
omit = *tests*, *docs*, *managers*
[report]
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
#
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment