1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-06-02 12:35:02 +02:00

Add PCov to dev dockerfile for faster code coverage generation in PHPUnit

This commit is contained in:
Kovah 2020-05-06 21:51:05 +02:00
parent 9d9a1d030b
commit 9028f80c3b
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,6 @@ FROM bitnami/php-fpm:7.4
RUN install_packages mariadb-client autoconf build-essential php-pear
RUN pecl install xdebug
RUN pecl install xdebug pcov
EXPOSE 10000

View File

@ -29,6 +29,10 @@ xdebug.scream = 0
xdebug.cli_color = 1
xdebug.show_local_vars = 1
; PCov
; -------
;extension=pcov.so
; opcache
; -------