Skip to content

Commit

Permalink
Add .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 23, 2020
1 parent 9759627 commit 8b1f5a2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .coveragerc
@@ -0,0 +1,18 @@
[run]
source = nti.webhooks


[report]
# Coverage is run on Linux under cPython 2 and 3,
# exclude branches that are windows, pypy
# specific
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:
if PYPY:
if sys.platform == 'win32':
if mswindows:
if is_windows:

0 comments on commit 8b1f5a2

Please sign in to comment.