aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-26 10:21:13 +0000
committerMario <mario@mariovavti.com>2020-11-26 10:21:13 +0000
commit187364d94aacca093f665d43922405424c164b4b (patch)
tree5fe4adfd2abd35bff563d978b6920b537575b8e4 /.gitlab-ci.yml
parent6e74e76fcdec0f638f266840e1feda1dc57b43d7 (diff)
downloadvolse-hubzilla-187364d94aacca093f665d43922405424c164b4b.tar.gz
volse-hubzilla-187364d94aacca093f665d43922405424c164b4b.tar.bz2
volse-hubzilla-187364d94aacca093f665d43922405424c164b4b.zip
set xdebug.mode=coverage in php.ini
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b3b8eaf6..094a8843a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,8 @@ before_script:
- curl -sS https://getcomposer.org/installer | php
# Install dev libraries from composer
- php ./composer.phar install --no-progress
-
+# php.ini settings
+- echo 'xdebug.mode=coverage' >> /etc/php/php.ini
# hidden job definition with template for MySQL/MariaDB
.job_template_mysql: &job_definition_mysql