From c2628e70d8caf85184b524fe7038a131023fcfde Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 14 May 2024 15:20:13 +0000 Subject: [PATCH] =?UTF-8?q?Build/Test=20Tools:=20Don=E2=80=99t=20upload=20?= =?UTF-8?q?HTML=20reports=20to=20Codecov.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When generating a human readable code coverage report in HTML format, the Codecov action used to fail silently. An error is now being returned, resulting in a workflow failure. This adds a skip condition to the appropriate steps so the coverage report is only uploaded when a `clover` format is generated. See #60733. Built from https://develop.svn.wordpress.org/trunk@58144 git-svn-id: http://core.svn.wordpress.org/trunk@57609 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 0982c86769..bceff44468 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58143'; +$wp_version = '6.6-alpha-58144'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.