Only measure coverage of code in the PIL directory, but includes all those files, even those unexecuted

This commit is contained in:
hugovk 2014-04-02 11:57:02 +03:00
parent cd98729436
commit b6d44fe31c

View File

@ -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