add cover-packge to coverage config
This commit is contained in:
parent
7e9452b7d1
commit
127a0d5993
2 changed files with 2 additions and 1 deletions
|
|
@ -6,4 +6,5 @@ exclude_lines =
|
|||
|
||||
|
||||
[run]
|
||||
include = moto/*
|
||||
omit = moto/packages/*
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -5,4 +5,4 @@ init:
|
|||
pip install -r requirements.txt
|
||||
|
||||
test:
|
||||
nosetests --with-coverage ./tests/ --cover-package=moto
|
||||
nosetests --with-coverage ./tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue