mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-05 04:50:09 +03:00
multiprocess coverage
This commit is contained in:
parent
fdd5900d32
commit
7ecda007e0
|
@ -33,6 +33,7 @@ script:
|
|||
- python Tests/run.py --coverage
|
||||
|
||||
after_success:
|
||||
- coverage combine
|
||||
- coverage report
|
||||
- coveralls
|
||||
- pip install pep8 pyflakes
|
||||
|
|
|
@ -303,7 +303,7 @@ def _setup():
|
|||
import sys
|
||||
if "--coverage" in sys.argv:
|
||||
import coverage
|
||||
cov = coverage.coverage(auto_data=True, include="PIL/*")
|
||||
cov = coverage.coverage(auto_data=True, data_suffix=True, include="PIL/*")
|
||||
cov.start()
|
||||
|
||||
def report():
|
||||
|
|
Loading…
Reference in New Issue
Block a user