Changes between Version 1 and Version 2 of Ticket #50267, comment 2
- Timestamp:
- 08/23/2020 02:03:45 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50267, comment 2
v1 v2 13 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 This patch include dupdating 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.15 This patch includes 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. 16 16 17 17 If people locally have a `phpunit.xml` file which changes the `WP_RUN_CORE_TESTS` constant to `0`, they would also - in their local file - have to change the code coverage setup to use the `src` directory.