Actions
Refactor #14191
closedRemove test coverage
Description
Each test run uses the simplecov gem to generate coverage reports.
This slows down tests and is not used AFAICT by anyone.
This is especially significant for CI as the test suite is executed multiple times on slow workers.
Remove the gem and coverage reporting.
Updated by Dominic Cleal almost 9 years ago
- Related to Refactor #11208: Simplecov should be opt-in added
Updated by Dominic Cleal almost 9 years ago
Why remove it entirely? If removed then it's hard to enable if you do want to know about coverage.
Consider disabling it by default with an opt-in like #11208 describes, or disable it only during certain types of tests.
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3322 added
Updated by Anonymous almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1680e94428c9cd962d0c5e78789c8db97889b236.
Updated by Dominic Cleal almost 9 years ago
- Translation missing: en.field_release set to 136
Actions