Skip to content

Commit 0d204ac

Browse files
Ignore code that is currently unreachable because the test is skipped
1 parent 8f2a38c commit 0d204ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests/Report/Html/EndToEndTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public function testPathCoverageForBankAccountTest(): void
5050
{
5151
$this->markTestIncomplete('This test fails after https://github.com/sebastianbergmann/php-code-coverage/pull/1037 and I have not figured out how to update it.');
5252

53+
/** @phpstan-ignore deadCode.unreachable */
5354
$expectedFilesPath = self::$TEST_REPORT_PATH_SOURCE . DIRECTORY_SEPARATOR . 'PathCoverageForBankAccount';
5455

5556
$report = new Facade;

0 commit comments

Comments
 (0)