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"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit <phpunit
bootstrap="bootstrap.php" bootstrap="bootstrap.php"
convertNoticesToExceptions="false" convertNoticesToExceptions="false">
backupGlobals="yes">
<testsuites> <testsuites>
<testsuite name="DokuWiki Tests"> <testsuite name="DokuWiki Tests">
...@@ -13,5 +12,15 @@ ...@@ -13,5 +12,15 @@
</testsuite> </testsuite>
</testsuites> </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> </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