coco icon indicating copy to clipboard operation
coco copied to clipboard

`spec` directory isn't excluded by default

Open lkdjiin opened this issue 8 years ago • 0 comments

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 be excluded.

lkdjiin avatar Jan 16 '17 10:01 lkdjiin