Opened 3 years ago
Last modified 5 months ago
#53414 assigned enhancement
Add how to run php coverage reports to readme.md
Reported by: | pbearne | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | minor | Version: | |
Component: | Build/Test Tools | Keywords: | needs-docs needs-refresh |
Focuses: | docs | Cc: |
Description
With the@Covers getting added in #39265 we need to make it easy to run/create the coverage reports
So let's add the instructions to the readme.md file
Change History (6)
#2
@
3 years ago
- Focuses docs added
- Milestone changed from Awaiting Review to 5.9
- Owner set to hellofromTonya
- Severity changed from normal to minor
- Status changed from new to assigned
Thanks @pbearne for creating this ticket. Moving it into 5.9.
This ticket was mentioned in PR #1418 on WordPress/wordpress-develop by pbearne.
3 years ago
#3
- Keywords has-patch added; needs-patch removed
added support for local coverage reports
Trac ticket: https://core.trac.wordpress.org/ticket/53414
#4
@
3 years ago
- Keywords needs-refresh added; has-patch removed
Left some feedback and requested a few changes on https://github.com/WordPress/wordpress-develop/pull/1418#pullrequestreview-741086937
#5
@
3 years ago
- Milestone changed from 5.9 to Future Release
Today is 5.9 Feature Freeze. I'll punt this to Future Release (as 6.0 isn't
available yet for selection).
Test and build tool changes are allowed after feature freeze up until RC. If someone is able to work on this before then, it can always be moved back.
it looks like we will have to install xdebug into the runner for the coverage reports