Skip to content

Commit f3ef45f

Browse files
committed
Revert switching to pcov
1 parent 338afd1 commit f3ef45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [[ $TNT_CLIENT == pecl ]]; then
1616
fi
1717

1818
if [[ $PHPUNIT_OPTS =~ (^|[[:space:]])--coverage-[[:alpha:]] ]]; then
19-
RUN_CMDS="$RUN_CMDS && \\\\\n pecl install pcov && docker-php-ext-enable pcov"
19+
RUN_CMDS="$RUN_CMDS && \\\\\n pecl install xdebug && docker-php-ext-enable xdebug"
2020
fi
2121

2222
if [[ "1" != "$CHECK_CS" ]]; then

0 commit comments

Comments
 (0)