Skip to content

Commit

Permalink
fix coveralls reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Dec 17, 2018
1 parent ef67b8a commit 4d67db4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .coveragerc
@@ -0,0 +1,15 @@
[run]
source = homeassistant_cli

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover

# Don't complain about missing debug-only code:
def __repr__

# Don't complain if tests don't hit defensive assertion code:
raise AssertionError
raise NotImplementedError

0 comments on commit 4d67db4

Please sign in to comment.