Skip to content

Commit d4939df

Browse files
committed
Set the pcov.directory directive so PCOV knows when to kick in and when to not.
1 parent 3f6bd35 commit d4939df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/reusable-phpunit-tests-v3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ jobs:
207207
docker compose exec -T -u 0 php sh -c '
208208
pecl install pcov &&
209209
docker-php-ext-enable pcov &&
210+
echo "pcov.directory=/var/www/src" >> /usr/local/etc/php/conf.d/docker-php-ext-pcov.ini &&
210211
php -m | grep -i pcov
211212
'
212213

0 commit comments

Comments
 (0)