Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefangiehl@gmail.com>2012-12-01 17:33:38 +0400
committersgiehl <stefangiehl@gmail.com>2012-12-01 17:33:38 +0400
commit98d2334280c87815f2363f40c8be3104bcb81442 (patch)
treedbf1a52180af0131909edbc9db7b3c189bc6d9f4 /tests/PHPUnit/phpunit.xml.dist
parent306f530a411f88571e1d22ba2c86dea4b3dd5186 (diff)
do code coverage also for uncovered files
git-svn-id: http://dev.piwik.org/svn/trunk@7564 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index d4bcd6ea2e..88868df25f 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -44,7 +44,7 @@
</logging>
<filter>
- <whitelist addUncoveredFilesFromWhitelist="false">
+ <whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../../core</directory>
<directory suffix=".php">../../plugins</directory>
</whitelist>