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 <stefan@piwik.org>2014-08-17 23:41:24 +0400
committersgiehl <stefan@piwik.org>2014-08-17 23:41:24 +0400
commite7da07ab0cacb0a5e89235a9c3d4ab807116b847 (patch)
tree94c9ad3744260be5a8a6339a55a1431e9f347c13 /tests/PHPUnit/phpunit.xml.dist
parent1a40bc2c589e6f74621d1126454bd5901aa302ff (diff)
refs #4224, #4302 - added code coverage report using coveralls.io
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index d344206dd2..26fbd60a59 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -47,4 +47,17 @@
</testsuite>
</testsuites>
+<filter>
+ <whitelist addUncoveredFilesFromWhitelist="true">
+ <directory suffix=".php">../../core</directory>
+ <directory suffix=".php">../../plugins</directory>
+ <exclude>
+ <directory suffix=".php">../../core/Updates</directory>
+ <directory suffix=".php">../../plugins/*/Updates</directory>
+ <directory suffix=".php">../../plugins/*/libs</directory>
+ <directory suffix=".php">../../plugins/*/tests</directory>
+ </exclude>
+ </whitelist>
+</filter>
+
</phpunit>