Skip to content

Commit

Permalink
update phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Mar 4, 2025
1 parent aeb018e commit 1a00dac
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions phpunit.coverage.dist.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
bootstrap="vendor/autoload.php"
backupGlobals="false"
colors="true"
stopOnFailure="false"
cacheDirectory=".phpunit.cache"
backupStaticProperties="false"
>
<coverage>
<source>
<include>
<directory suffix=".php">src</directory>
</include>
<exclude>
<directory suffix=".php">src/Attributes</directory>
<directory suffix=".php">src/Contracts</directory>
<directory suffix=".php">src/Support/Facades</directory>
<file>src/Http/AllowedAppends.php</file>
<file>src/Http/SortDirection.php</file>
</exclude>
</source>
<coverage includeUncoveredFiles="true"
pathCoverage="false"
ignoreDeprecatedCodeUnits="true"
disableCodeCoverageIgnore="true">
<report>
<clover outputFile="clover.xml"/>
</report>
Expand Down

0 comments on commit 1a00dac

Please sign in to comment.