Skip to content

Commit d3a6990

Browse files
Merge pull request #417 from christianlupus/dev/xdebug3
Enabled coverage checking using new xdebug 3
2 parents b0ee1f2 + 503cf58 commit d3a6990

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/actions/run-tests/tests/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ARG PHPVERSION
77
COPY install.sh /install.sh
88
RUN /install.sh ${PHPVERSION}
99

10+
COPY xdebug.config /tmp/xdebug.config
11+
RUN cat /tmp/xdebug.config >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
12+
1013
RUN mkdir /workdir
1114
WORKDIR /workdir
1215

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
xdebug.mode=coverage

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
[#343](https://github.com/nextcloud/cookbook/pull/343/) @christianlupus
6969
- Creating new recipe not possible due to null reference
7070
[#378](https://github.com/nextcloud/cookbook/pull/378/) @seyfeb
71+
- Reenabling CI testing with current xdebug 3
72+
[#417](https://github.com/nextcloud/cookbook/pull/417/) @christianlupus
7173

7274
### Removed
7375
- Travis build system

0 commit comments

Comments
 (0)