Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

excluding spec folder using rcov.opts while calculating coverage not working with rake task spec:rcov #157

@anagri

Description

@anagri

When I run rcov, it also analyses the files in the spec folder for coverage which is giving me wrong coverage statistics. I have tried setting the options to exclude specific folders through rcov.opts, but it doesn't seem to work for a Rails 3 setup (RSpec 2). For my previous project on Rails 2.3.8 (RSpec 1.3) it used to work fine and the spec folders were excluded while doing coverage calculations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions