coco icon indicating copy to clipboard operation
coco copied to clipboard

Code coverage for ruby 2.x

Results 8 coco issues
Sort by recently updated
recently updated
newest added

There doesn't seem to be a way to specify the output directory for reports. This would be helpful.

Feature
Discussion

With the following config on a rails project, spec/* are scanned for coverage: ``` :include: - app - lib :exclude: - config/initializers ``` `spec`, `test` and so on should ALWAYS...

Bug

For example, some rails initializers could contains only comments. Actual: those files are marked as "0% covered". Wanted: those files are auto excludes from the coverage.

It might be a configuration problem, or a problem with hidden dirs... In my CI, the gems are installed in a .gems directory at the root of the project. I...

Bug

- colors from index.html - colors from console output

Documentation