From fd9c831f382981055e3cf7cce8e82e1b58e2c72c Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 8 Feb 2024 19:33:25 +0000 Subject: [PATCH] Build/Test Tools: Generate a human-readable HTML coverage report. This updates the test coverage GitHub Actions workflow to generate a human-readable HTML report in addition to the current machine readable one submitted to Codecov. Props jorbin. Fixes #60476. Built from https://develop.svn.wordpress.org/trunk@57570 git-svn-id: http://core.svn.wordpress.org/trunk@57071 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 b35556aa10..615d530020 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57569'; +$wp_version = '6.5-alpha-57570'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.