aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-01-16 10:13:24 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-01-16 10:13:24 +0100
commit01ed00104155db6ce496f626a6dc0e0c788c881f (patch)
tree364915893ffd518b0512dcc62fde48d34fd8d960 /tests
parent885068834f8b4f5b0816075e95c55b31d0723511 (diff)
downloadvolse-hubzilla-01ed00104155db6ce496f626a6dc0e0c788c881f.tar.gz
volse-hubzilla-01ed00104155db6ce496f626a6dc0e0c788c881f.tar.bz2
volse-hubzilla-01ed00104155db6ce496f626a6dc0e0c788c881f.zip
Don't include db updates in test coverage.
We're not likely to add tests for these in any case.
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index fe197b84a..a8ff7b395 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -32,5 +32,8 @@
<directory suffix=".php">../Zotlabs/</directory>
<directory suffix=".php">../include/</directory>
</include>
+ <exclude>
+ <directory suffix=".php">../Zotlabs/Update/</directory>
+ </exclude>
</coverage>
</phpunit>