Automattic / wp-memcached

Memcached Object Cache for WordPress.
https://wordpress.org/plugins/memcached/
GNU General Public License v2.0
157 stars 55 forks source link

Generate coverage report only for WP latest #85

Closed sjinks closed 2 years ago

sjinks commented 2 years ago

phpunit.xml has changed a lot for PHPUnit 9, and PHPUnit 7 is unable to generate a coverage report.

This PR enables coverage reports only for WP latest (PHPUnit 9, single-site and multisite).

sjinks commented 2 years ago

Please ignore codecov/project check.