-
-
Notifications
You must be signed in to change notification settings - Fork 64
Simplecov Compatibility
irongut edited this page Feb 18, 2022
·
2 revisions
CCS v1.2.0 and earlier fail with simplecov & simplecov-cobertura on default settings because branch metrics are not reported.
Future versions should work with default settings.
- Enable Branch coverage.
- Primary Coverage should be set to
line
(the default).
See simplecov docs.