Actions
Refactor #11208
closedSimplecov should be opt-in
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Tests
Target version:
-
Description
Simplecov is taking up some time to generate test coverage documentation that does not need to be recreated after every test run. Now it runs after every time we run tests, but it could possibly just run when we pass an argument --simplecov. This should slightly relieve Jenkins infra usage.
Updated by Dominic Cleal over 8 years ago
- Related to Refactor #14191: Remove test coverage added
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Rejected
Rejecting for now as it's been removed entirely via #14191. I'm open to this being an opt-in feature still though.
Actions