Changes between Initial Version and Version 1 of Ticket #50267, comment 2
- Timestamp:
- 08/23/2020 02:03:22 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50267, comment 2
initial v1 11 11 == Patch 1 12 12 13 A patch fixing code coverage setup in the `phpunit.xml.dist` file to point to the `build` directory which make the config consistent with the `WP_RUN_CORE_TESTS` being set to `1` in the same config file.13 A patch fixing code coverage setup in the `phpunit.xml.dist` file to point to the `build` directory which makes the config consistent with the `WP_RUN_CORE_TESTS` being set to `1` in the same config file. 14 14 15 15 This patch included updating the list, as added in #43067 / #43240 / [42665], to be in line with the current code base and excluding the plugins and themes included with WP Core from being considered for code-coverage.