You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think paratest has a --passthru command argument that allows you to pass through the PHP INI config that sets up PCOV. Paratest spawns new PHP processes by itself so you need to instruct the INI configs differently.
I can’t understand if my configuration error or if pcov cannot be started with paratest.
I execute the command:
/usr/bin/php -d memory_limit=2G -d pcov.enabled=1 -d pcov.directory=/srv/http/api.zp.ru/scripts/Job /srv/http/api.zp.ru/vendor/bin/phpunit -c /srv/http/api.zp.ru/tests/functional/phpunit.xml --coverage-text /srv/http/api.zp.ru/tests/functional/scripts/Job/Users
and get result
so, when run :
/usr/bin/php -d memory_limit=2G -d pcov.enabled=1 -d pcov.directory=/srv/http/api.zp.ru/scripts/Job /srv/http/api.zp.ru/vendor/bin/paratest -p 4 -c /srv/http/api.zp.ru/tests/functional/phpunit.xml --coverage-text /srv/http/api.zp.ru/tests/functional/scripts/Job/Users
we get zero result =(
Am I missing something?
The text was updated successfully, but these errors were encountered: