From cd2151afb1a1e3cb58839630483f4d8862a24ac7 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Wed, 13 Nov 2024 11:10:10 -0800 Subject: [PATCH] Disable codecov since currently broken --- .github/workflows/php-test-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) }}