Skip to content

Commit

Permalink
Adds phpunit coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-gao committed Jan 24, 2022
1 parent d9e0171 commit 3160999
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="docroot/core/tests/bootstrap.php" colors="true" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutOutputDuringTests="true" beStrictAboutChangesToGlobalState="true" printerClass="\Drupal\Tests\Listeners\HtmlOutputPrinter" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory>./includes</directory>
<directory>./lib</directory>
<directory>./modules</directory>
<directory>../modules</directory>
<directory>../sites</directory>
<directory>./dpc-sdp</directory>
</include>
<exclude>
<directory>./modules/*/src/Tests</directory>
Expand Down

0 comments on commit 3160999

Please sign in to comment.