Skip to content

Include views #67

Description

@cimm

Is there a way to include my view specs as well? I tried adding the views to the configuration file_pattern (I'm using HAML) in my RSpec spec_helper but this doesn't seem to change anything in the report.

c.file_pattern = [
  /(#{CoverMe.config.project.root}\/app\/.+\.rb)/i,
  /(#{CoverMe.config.project.root}\/lib\/.+\.rb)/i,
  /(#{CoverMe.config.project.root}\/app\/.+\.haml)/i
]

Maybe this isn't possible (yet)?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions