Skip to content

Commit

Permalink
fix: dont deactivate code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 9, 2024
1 parent 8277817 commit dbd2cc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
2 changes: 0 additions & 2 deletions src/Boostrappers/BootPhpUnitSubscribers.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Pest\Mutate\Boostrappers;

use Pest\Contracts\Bootstrapper;
use Pest\Mutate\Subscribers\DisablePhpCodeCoverageIfNotRequired;
use Pest\Mutate\Subscribers\DisplayInitialTestRunMessage;
use Pest\Mutate\Subscribers\EnsureInitialTestRunWasSuccessful;
use Pest\Mutate\Subscribers\PrepareForInitialTestRun;
Expand All @@ -25,7 +24,6 @@
* @var array<int, class-string<Subscriber>>
*/
private const SUBSCRIBERS = [
DisablePhpCodeCoverageIfNotRequired::class,
DisplayInitialTestRunMessage::class,
PrepareForInitialTestRun::class,
EnsureInitialTestRunWasSuccessful::class,
Expand Down
33 changes: 0 additions & 33 deletions src/Subscribers/DisablePhpCodeCoverageIfNotRequired.php

This file was deleted.

0 comments on commit dbd2cc8

Please sign in to comment.