-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coverage: Add missing files/dirs to phpunit configs (#40015)
Ideally everything would be under `src/`, but that's not the case for a bunch of our packages and plugins. Also annoying is that PHPUnit doesn't allow globs in `<file>`, so we have to list any root-level files individually. There are still some root-level files not touched here that might be, e.g. `actions.php` files in a few packages or most plugins' entry point files. Not sure if those should be included or not. Also, it turns out an earlier PR broke wpcomsh tests. Fix them, and make lack of `WP_TESTS_CONFIG_FILE_PATH` actually fail the tests. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11644711506 Upstream-Ref: Automattic/jetpack@03c41e4
- Loading branch information
Showing
4 changed files
with
83 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.