From 67e72c6e749dbcdadd251b3441819b6b88401c8c Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 5 Nov 2024 20:01:18 +0000 Subject: [PATCH] Build/Test Tools: Add script for generating code coverage report. This adds documentation for how to generate code coverage reports to the README.md file. `test:coverage` has also been added as an npm script to make it easier to generate a report using the local Docker environment. The script will generate an HTML, PHP, and text report file. Props pbearne, hellofromTonya, netweb. Fixes #53414. Built from https://develop.svn.wordpress.org/trunk@59356 git-svn-id: http://core.svn.wordpress.org/trunk@58742 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 76ac9aae15..77d58608af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59355'; +$wp_version = '6.8-alpha-59356'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.