From be4cfef9bba7bef52146224a86a493277381bb5f Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Wed, 26 Sep 2018 21:03:46 +0200 Subject: [PATCH] gitlab-ci --- phpunit-unit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit-unit.xml b/phpunit-unit.xml index 627771b..06391cd 100644 --- a/phpunit-unit.xml +++ b/phpunit-unit.xml @@ -7,7 +7,7 @@ <filter> <whitelist> - <directory suffix=".php">classes</directory> + <directory suffix=".php">src</directory> </whitelist> </filter> @@ -18,4 +18,4 @@ <log type="coverage-clover" target="build-coverage/clover.xml"/> </logging> -</phpunit> \ No newline at end of file +</phpunit> -- GitLab