Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6cc6edd

Browse filesBrowse files
committed
added pcov extension for better code coverage
1 parent 9c80c49 commit 6cc6edd
Copy full SHA for 6cc6edd

File tree

Expand file treeCollapse file tree

5 files changed

+13
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+13
-0
lines changed
Open diff view settings
Collapse file

‎7.0/Dockerfile‎

Copy file name to clipboardExpand all lines: 7.0/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,6 @@ RUN apt-get update && apt-get install -y libmagickwand-dev \
114114
RUN apt-get install -y libpq-dev \
115115
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
116116
&& docker-php-ext-install pdo_pgsql pgsql
117+
118+
RUN pecl install pcov-0.9.0
119+
RUN docker-php-ext-enable pcov
Collapse file

‎7.1/Dockerfile‎

Copy file name to clipboardExpand all lines: 7.1/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,6 @@ RUN apt-get update && apt-get install -y libmagickwand-dev \
114114
RUN apt-get install -y libpq-dev \
115115
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
116116
&& docker-php-ext-install pdo_pgsql pgsql
117+
118+
RUN pecl install pcov-1.0.0
119+
RUN docker-php-ext-enable pcov
Collapse file

‎7.2/Dockerfile‎

Copy file name to clipboardExpand all lines: 7.2/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,6 @@ RUN apt-get update && apt-get install -y libmagickwand-dev \
112112
RUN apt-get install -y libpq-dev \
113113
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
114114
&& docker-php-ext-install pdo_pgsql pgsql
115+
116+
RUN pecl install pcov-1.0.0
117+
RUN docker-php-ext-enable pcov
Collapse file

‎7.3/Dockerfile‎

Copy file name to clipboardExpand all lines: 7.3/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,6 @@ RUN apt-get update && apt-get install -y libmagickwand-dev \
112112
RUN apt-get install -y libpq-dev \
113113
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
114114
&& docker-php-ext-install pdo_pgsql pgsql
115+
116+
RUN pecl install pcov-1.0.0
117+
RUN docker-php-ext-enable pcov
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This is a docker php fpm image, based on the official php fpm image. It has the
2222
- pdo_pgsql
2323
- pgsql
2424
- xdebug (2.4.0 for php <5.5, 2.5.5 for php <7.0, 2.6.1 for php 7.0, 7.1 & 7.2, 2.7.0RC2 for php 7.3)
25+
- pcov (0.9.0 for php >=7.0, 1.0.0 for php >=7.1)
2526
- opcache (for php >=5.5, since it's replacing apc since 5.5)
2627
- apc (for php <5.5, since it's replaced by opcache since 5.5)
2728
- pcntl

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.