-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Deprecate includeUncoveredFiles configuration option #5951
Copy link
Copy link
Closed
Labels
feature/code-coverageIssues related to code coverage (but not php-code-coverage)Issues related to code coverage (but not php-code-coverage)feature/configuration/xmlfeature/test-runnerCLI test runnerCLI test runnertype/backward-compatibilitySomething will be/is intentionally brokenSomething will be/is intentionally broken
Milestone
Metadata
Metadata
Assignees
Labels
feature/code-coverageIssues related to code coverage (but not php-code-coverage)Issues related to code coverage (but not php-code-coverage)feature/configuration/xmlfeature/test-runnerCLI test runnerCLI test runnertype/backward-compatibilitySomething will be/is intentionally brokenSomething will be/is intentionally broken
Hi Sebastian,
before I start, I want to give my appreciation for the time and effort you put into this project.
In the code coverage section (v11.3) of the documentation it is mentioned that it is highly recommended to keep the default (
true) forincludeUncoveredFiles. Otherwise the report is not complete and honest. That made me wonder, why can I disable it at all? Perhaps it can be removed, with the goal to reduce complexity.Looking forward to hearing from you,
Alexander