From 9e3dc52d45f6023df554ab421f9daf34f2383444 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 22 Jun 2022 00:20:11 +0000 Subject: [PATCH] Build/Test Tools: Return an error when uploading a test coverage report fails. `true` is now passed to the `fail_ci_if_error` input when the `codecov/codecov-action` action is used. When uploading a code coverage report is unsuccessful, the action will now fail and return an error. This will help avoid situations like #56022 where the report was suddenly failing to upload even though the workflow itself appeared to be successful. See #55652. Built from https://develop.svn.wordpress.org/trunk@53554 git-svn-id: http://core.svn.wordpress.org/trunk@53143 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 226f6376a5..b6cde8f933 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53553'; +$wp_version = '6.1-alpha-53554'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.