diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-12-28 17:48:23 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-12-28 17:48:23 +0100 |
commit | fb4adf6a29a3a536a4b5dfef989e3ae7c7304f4f (patch) | |
tree | 03c8e1b877a11d5f395a423f72cd8e8650a9a530 | |
parent | 3a24ec80c074f3712b147be03c633ef61e2c1e68 (diff) | |
download | volse-hubzilla-fb4adf6a29a3a536a4b5dfef989e3ae7c7304f4f.tar.gz volse-hubzilla-fb4adf6a29a3a536a4b5dfef989e3ae7c7304f4f.tar.bz2 volse-hubzilla-fb4adf6a29a3a536a4b5dfef989e3ae7c7304f4f.zip |
tests: Reenable coverage reporting in test config.
-rw-r--r-- | tests/phpunit.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index e0310ac7f..24cd09749 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -23,6 +23,15 @@ <directory suffix="Test.php" prefix="API">./unit/</directory> </testsuite> </testsuites> + <coverage processUncoveredFiles="true"> + <include> + <directory suffix=".php">../Zotlabs/</directory> + <directory suffix=".php">../include/</directory> + </include> + <report> + <html outputDirectory="./results/coverage-report/" lowUpperBound="35" highLowerBound="70"/> + </report> + </coverage> <groups> <exclude> <group>postgresql</group> |