Skip to content
Snippets Groups Projects
Commit f64856ce authored by Tobias Sarnowski's avatar Tobias Sarnowski
Browse files

only include dw files in coverage report except _ directories

parent 3d8d4009
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="bootstrap.php"
convertNoticesToExceptions="false"
backupGlobals="yes">
convertNoticesToExceptions="false">
<testsuites>
<testsuite name="DokuWiki Tests">
......@@ -13,5 +12,15 @@
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="false">
<directory suffix=".php">../</directory>
<exclude>
<directory suffix=".php">../_cs/</directory>
<directory suffix=".php">../_test/</directory>
<directory suffix=".php">../lib/plugins/*/_test/</directory>
</exclude>
</whitelist>
</filter>
</phpunit>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment