Skip to content

Commit

Permalink
Tweak the coverage ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Oct 5, 2023
1 parent 506d1a9 commit 76a7036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vip-integrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) || die();

// @codeCoverageIgnoreStart - the actual code here is tested individually in the unit tests.
// @codeCoverageIgnoreStart -- the actual code here is tested individually in the unit tests.

require_once __DIR__ . '/integrations/integration.php';
require_once __DIR__ . '/integrations/integrations.php';
Expand Down

0 comments on commit 76a7036

Please sign in to comment.