mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Only measure coverage of code in the PIL directory, but includes all those files, even those unexecuted
This commit is contained in:
parent
cd98729436
commit
b6d44fe31c
|
@ -29,8 +29,8 @@ script:
|
|||
- coverage erase
|
||||
- python setup.py clean
|
||||
- python setup.py build_ext --inplace
|
||||
- coverage run --append --omit=/usr/* selftest.py
|
||||
- coverage run --append --omit=/usr/* Tests/run.py
|
||||
- coverage run --append --source=PIL selftest.py
|
||||
- coverage run --append --source=PIL Tests/run.py
|
||||
|
||||
after_success:
|
||||
- coverage report
|
||||
|
|
Loading…
Reference in New Issue
Block a user