Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50267, comment 2


Ignore:
Timestamp:
08/23/2020 02:03:22 PM (5 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50267, comment 2

    initial v1  
    1111== Patch 1
    1212
    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.
     13A 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.
    1414
    1515This 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.