Skip to content

Commit

Permalink
Code coverage: Fix warnings in scheduled updates package (#40975)
Browse files Browse the repository at this point in the history
* Fix @Covers annotations

* Add changelog

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12750664111

Upstream-Ref: Automattic/jetpack@94621b3
  • Loading branch information
tbradsha authored and matticbot committed Jan 13, 2025
1 parent b1c2a47 commit aaa02ab
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 89 deletions.
60 changes: 30 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-stats-admin": "^0.24.0",
"automattic/jetpack-status": "^5.0.1",
"automattic/scheduled-updates": "^0.14.0",
"automattic/scheduled-updates": "^0.14.1-alpha",
"automattic/jetpack-compat": "^4.0.0",
"automattic/jetpack-google-analytics": "^0.3.0",
"scssphp/scssphp": "1.12.0"
Expand Down
8 changes: 8 additions & 0 deletions vendor/automattic/scheduled-updates/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Fixed
- Code: Fix @covers annotations.

## [0.14.0] - 2024-12-04
### Changed
- Updated dependencies. [#40286]
Expand Down Expand Up @@ -216,6 +223,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Generate initial package for Scheduled Updates [#35796]

[0.14.1-alpha]: https://github.com/Automattic/scheduled-updates/compare/v0.14.0...v0.14.1-alpha
[0.14.0]: https://github.com/Automattic/scheduled-updates/compare/v0.13.6...v0.14.0
[0.13.6]: https://github.com/Automattic/scheduled-updates/compare/v0.13.5...v0.13.6
[0.13.5]: https://github.com/Automattic/scheduled-updates/compare/v0.13.4...v0.13.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Scheduled_Updates {
*
* @var string
*/
const PACKAGE_VERSION = '0.14.0';
const PACKAGE_VERSION = '0.14.1-alpha';

/**
* The cron event hook for the scheduled plugins update.
Expand Down
Loading

0 comments on commit aaa02ab

Please sign in to comment.