Skip to content

Commit f75b6b1

Browse files
committed
Ignore code coverage on untestable main file lines.
1 parent 838ff8b commit f75b6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/view-transitions/view-transitions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
if ( ! defined( 'ABSPATH' ) ) {
2020
exit; // Exit if accessed directly.
2121
}
22-
// @codeCoverageIgnoreEnd
2322

2423
// Define the constant.
2524
if ( defined( 'VIEW_TRANSITIONS_VERSION' ) ) {
@@ -30,3 +29,4 @@
3029

3130
require_once __DIR__ . '/includes/theme.php';
3231
require_once __DIR__ . '/hooks.php';
32+
// @codeCoverageIgnoreEnd

0 commit comments

Comments
 (0)