Problem/Motivation
We've embraced usage of @covers in unit tests, which is great.
Unfortunately, the bot does not run tests with that flag (because it is slower), which has allowed invalid usages to creep into core.
Proposed resolution
Fix the invalid usages.
Remaining tasks
Consider opening a testbot feature request to run tests with coverage reports on a regular interval
User interface changes
N/A
API changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | phpunit-covers-2245185-1.patch | 1.27 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettComment #2
dawehnerIf you can read, things are better usually.
Comment #3
tim.plunkettComment #4
webchickCommitted and pushed to 8.x. Thanks!