diff --git a/.github/workflows/php-test-plugins.yml b/.github/workflows/php-test-plugins.yml index 5aae802fb9..885f7f1d60 100644 --- a/.github/workflows/php-test-plugins.yml +++ b/.github/workflows/php-test-plugins.yml @@ -51,7 +51,7 @@ jobs: wp: 'trunk' - php: '8.2' wp: 'latest' - coverage: true + # coverage: true # TODO: Uncomment once coverage reports are fixed. See . env: WP_ENV_PHP_VERSION: ${{ matrix.php }} WP_ENV_CORE: ${{ matrix.wp == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wp ) }}