aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/phpunit.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index e0310ac7f..24cd09749 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -23,6 +23,15 @@
<directory suffix="Test.php" prefix="API">./unit/</directory>
</testsuite>
</testsuites>
+ <coverage processUncoveredFiles="true">
+ <include>
+ <directory suffix=".php">../Zotlabs/</directory>
+ <directory suffix=".php">../include/</directory>
+ </include>
+ <report>
+ <html outputDirectory="./results/coverage-report/" lowUpperBound="35" highLowerBound="70"/>
+ </report>
+ </coverage>
<groups>
<exclude>
<group>postgresql</group>