Commit 67e72c6e74 for wordpress.org
commit 67e72c6e749dbcdadd251b3441819b6b88401c8c
Author: desrosj <desrosj@git.wordpress.org>
Date: Tue Nov 5 20:01:18 2024 +0000
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
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.