Skip to content

Commit

Permalink
Ignore methods from code coverage that are only called when code cove…
Browse files Browse the repository at this point in the history
…rage information cannot be collected
  • Loading branch information
sebastianbergmann committed Apr 29, 2024
1 parent 3ce3114 commit 7f89a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Runner/CodeCoverage.php
Expand Up @@ -39,6 +39,8 @@

/**
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*
* @codeCoverageIgnore
*/
final class CodeCoverage
{
Expand Down

0 comments on commit 7f89a34

Please sign in to comment.