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-20 22:52:12 +0400
committersgiehl <stefan@piwik.org>2014-08-20 22:52:12 +0400
commitf7509a59b042ab77de05daf105a71ae49fa0908b (patch)
tree963e38942791bf0cbdec874c26498676379cfe80 /tests/PHPUnit/phpunit.xml.dist
parentde0efdee4da991c6df214ed68dca3061023063da (diff)
refs #4224 - exclude example plugins from codecoverage reports
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 26fbd60a59..e9c403593f 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -53,6 +53,7 @@
<directory suffix=".php">../../plugins</directory>
<exclude>
<directory suffix=".php">../../core/Updates</directory>
+ <directory suffix=".php">../../plugins/Example*</directory>
<directory suffix=".php">../../plugins/*/Updates</directory>
<directory suffix=".php">../../plugins/*/libs</directory>
<directory suffix=".php">../../plugins/*/tests</directory>