coco
coco copied to clipboard
`spec` directory isn't excluded by default
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.