aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-19 20:36:04 +0000
committerMario <mario@mariovavti.com>2024-01-19 20:36:04 +0000
commit2dd0677d23590c8b8a9fe6ec455a239d6153fa9a (patch)
tree84affd0b33dfaad4ff27e7d293781ba3a25d52b1 /tests/phpunit.xml
parent00d403e729a1139a2c4f8b1fcbbcf75c69858023 (diff)
parent01ed00104155db6ce496f626a6dc0e0c788c881f (diff)
downloadvolse-hubzilla-2dd0677d23590c8b8a9fe6ec455a239d6153fa9a.tar.gz
volse-hubzilla-2dd0677d23590c8b8a9fe6ec455a239d6153fa9a.tar.bz2
volse-hubzilla-2dd0677d23590c8b8a9fe6ec455a239d6153fa9a.zip
Merge branch 'dont-include-db-updates-in-test-coverage' into 'dev'
Don't include db updates in test coverage. See merge request hubzilla/core!2090
Diffstat (limited to 'tests/phpunit.xml')
-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>