diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-01-16 10:13:24 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-01-16 10:13:24 +0100 |
commit | 01ed00104155db6ce496f626a6dc0e0c788c881f (patch) | |
tree | 364915893ffd518b0512dcc62fde48d34fd8d960 /tests | |
parent | 885068834f8b4f5b0816075e95c55b31d0723511 (diff) | |
download | volse-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.xml | 3 |
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> |