improve test and clean targets in Makefiles
This commit is contained in:
parent
aa48b87c12
commit
7a6ebc851f
13 changed files with 39 additions and 9 deletions
|
|
@ -1,8 +1,10 @@
|
|||
[run]
|
||||
data_file = .coverage3
|
||||
|
||||
; extra omissions for py3 for now
|
||||
|
||||
omit =
|
||||
setup.py
|
||||
/usr/*
|
||||
tests/*
|
||||
|
||||
|
|
@ -11,3 +13,6 @@ exclude_lines =
|
|||
pragma: no cover
|
||||
no cover 3.x
|
||||
if six.PY2
|
||||
|
||||
[html]
|
||||
directory = htmlcov/py3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue