Skip to content

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.

Workaround

  • Enable Branch coverage.
  • Primary Coverage should be set to line (the default).

See simplecov docs.

Clone this wiki locally