Don't include db updates in test coverage.

We're not likely to add tests for these in any case.
This commit is contained in:
Harald Eilertsen
2024-01-16 10:13:24 +01:00
parent 885068834f
commit 01ed001041

View File

@@ -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>