Skip to content

Commit

Permalink
Disable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Dec 1, 2024
1 parent 86833f8 commit 4d45454
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
cacheDirectory=".phpunit.cache"
>
<coverage>
<report>
<clover outputFile="./clover.xml"/>
</report>
</coverage>
<!-- <coverage>-->
<!-- <report>-->
<!-- <clover outputFile="./clover.xml"/>-->
<!-- </report>-->
<!-- </coverage>-->
<php>
<server name="KERNEL_DIR" value="./tests/Functional"/>
<ini name="error_reporting" value="-1"/>
Expand Down

0 comments on commit 4d45454

Please sign in to comment.