mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:34:03 +00:00
try to exclude Vite.php from coverage report
This commit is contained in:
parent
596c47329a
commit
a2c53b58ba
2 changed files with 3 additions and 2 deletions
|
|
@ -18,6 +18,7 @@
|
|||
<directory suffix=".php">./src</directory>
|
||||
<exclude>
|
||||
<file>./src/routes.php</file>
|
||||
<file>./src/Vite.php</file>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ namespace Stancl\Tenancy;
|
|||
|
||||
use Illuminate\Foundation\Vite as BaseVite;
|
||||
|
||||
class Vite extends BaseVite
|
||||
class Vite extends BaseVite // todo move to a different directory in v4
|
||||
{
|
||||
/**
|
||||
* Generate an asset path for the application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue