--cov-append

This commit is contained in:
hugovk 2017-10-26 08:46:19 +03:00 committed by wiredfool
parent e30433e4b2
commit ecf37e59f8

View File

@ -6,9 +6,9 @@ coverage erase
python setup.py clean
CFLAGS="-coverage" python setup.py build_ext --inplace
coverage run --append --include=PIL/* selftest.py
# coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py TODO remove
py.test -v --cov PIL --cov-report term Tests
coverage run --append --include="PIL/*" selftest.py
# coverage run --append --include="PIL/*" -m nose -vx Tests/test_*.py TODO remove
py.test -v --cov PIL --cov-append --cov-report term Tests
pushd /tmp/check-manifest && check-manifest --ignore ".coveragerc,.editorconfig,*.yml,*.yaml,tox.ini" && popd
# Docs