diff options
author | Mario <mario@mariovavti.com> | 2024-01-19 20:36:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-19 20:36:04 +0000 |
commit | 2dd0677d23590c8b8a9fe6ec455a239d6153fa9a (patch) | |
tree | 84affd0b33dfaad4ff27e7d293781ba3a25d52b1 /tests | |
parent | 00d403e729a1139a2c4f8b1fcbbcf75c69858023 (diff) | |
parent | 01ed00104155db6ce496f626a6dc0e0c788c881f (diff) | |
download | volse-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')
-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> |