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:
parent
9d9a1d030b
commit
9028f80c3b
@ -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
|
||||
|
@ -29,6 +29,10 @@ xdebug.scream = 0
|
||||
xdebug.cli_color = 1
|
||||
xdebug.show_local_vars = 1
|
||||
|
||||
; PCov
|
||||
; -------
|
||||
;extension=pcov.so
|
||||
|
||||
; opcache
|
||||
; -------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user