Changeset 59356 for trunk/README.md
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 19 19 /docker-compose.override.yml 20 20 .env 21 coverage
-
- Property svn:ignore
-
trunk/README.md
r57987 r59356 95 95 ``` 96 96 97 #### Generating a code coverage report 98 PHP code coverage reports are [generated daily](https://github.com/WordPress/wordpress-develop/actions/workflows/test-coverage.yml) and [submitted to Codecov.io](https://app.codecov.io/gh/WordPress/wordpress-develop). 99 100 After the local Docker environment has [been installed and started](#to-start-the-development-environment-for-the-first-time), the following command can be used to generate a code coverage report. 101 102 ``` 103 npm run test:coverage 104 ``` 105 106 The command will generate three coverage reports in HTML, PHP, and text formats, saving them in the `coverage` folder. 107 108 **Note:** xDebug is required to generate a code coverage report, which can slow down PHPUnit significantly. Passing selection-based options such as `--group` or `--filter` can decrease the overall time required but will result in an incomplete report. 109 97 110 #### To restart the development environment 98 111
Note: See TracChangeset
for help on using the changeset viewer.