add coverage report

This commit is contained in:
Antoine Legrand 2017-06-20 11:30:27 +02:00
parent 90ed0c28be
commit 851686dd0b
7 changed files with 58 additions and 18 deletions

View file

@ -9,7 +9,9 @@ branch = True
[coverage:report]
omit =
test/*
test/**
venv/**
**/test/**
[pep8]
ignore = E111,E114
@ -17,4 +19,4 @@ max-line-length = 100
[flake8]
ignore = E111,E114
max-line-length = 100
max-line-length = 100