1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 10:54:04 +00:00

try to exclude Vite.php from coverage report

This commit is contained in:
Samuel Štancl 2022-09-28 18:43:39 +02:00
parent 596c47329a
commit a2c53b58ba
2 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,7 @@
<directory suffix=".php">./src</directory>
<exclude>
<file>./src/routes.php</file>
<file>./src/Vite.php</file>
</exclude>
</whitelist>
</filter>
@ -35,4 +36,4 @@
<log type="coverage-clover" target="coverage/phpunit/clover.xml" showUncoveredFiles="true"/>
<log type="coverage-html" target="coverage/phpunit/html" lowUpperBound="35" highLowerBound="70"/>
</logging>
</phpunit>
</phpunit>