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.