Skip to content

Commit

Permalink
Add coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Dec 3, 2018
1 parent af36b5f commit 26bea9c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.cfg
@@ -1,2 +1,14 @@
[flake8]
max-line-length = 160

[coverage:run]
source = fints

[coverage:report]
exclude_lines =
pragma: no cover
def __str__
der __repr__
if settings.DEBUG
NOQA
NotImplementedError

0 comments on commit 26bea9c

Please sign in to comment.