Skip to content

Commit

Permalink
test: Ignore session and cache from code coverage for now until they …
Browse files Browse the repository at this point in the history
…can be tested properly
  • Loading branch information
ollieread committed Oct 19, 2024
1 parent 5c5fa59 commit 4401ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Overrides/CacheOverride.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
use Sprout\Exceptions\TenantMissing;
use Sprout\Sprout;

/** @codeCoverageIgnore */
final class CacheOverride implements BootableServiceOverride
{
/**
Expand Down
1 change: 1 addition & 0 deletions src/Overrides/SessionOverride.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use Sprout\Sprout;
use function Sprout\sprout;

/** @codeCoverageIgnore */
final class SessionOverride implements BootableServiceOverride
{
private static ?string $path = null;
Expand Down

0 comments on commit 4401ff5

Please sign in to comment.