Skip to content

Commit

Permalink
Use coveragerc file to exclude debug lines from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Sep 20, 2018
1 parent ab8f7ad commit 4089a6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[report]
exclude_lines:
pragma: no cover
def __repr__
if verbose:
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.py[co]
dist/
*.coverage*
deploy
deploy.py
.idea
Expand Down

0 comments on commit 4089a6f

Please sign in to comment.