mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Include PIL/*.py for coverage to see if it includes unexecuted code
This commit is contained in:
parent
b6d44fe31c
commit
ec0c933a3c
|
@ -29,8 +29,8 @@ script:
|
|||
- coverage erase
|
||||
- python setup.py clean
|
||||
- python setup.py build_ext --inplace
|
||||
- coverage run --append --source=PIL selftest.py
|
||||
- coverage run --append --source=PIL Tests/run.py
|
||||
- coverage run --append --include=PIL/* selftest.py
|
||||
- coverage run --append --include=PIL/* Tests/run.py
|
||||
|
||||
after_success:
|
||||
- coverage report
|
||||
|
|
Loading…
Reference in New Issue
Block a user