Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to exclude some files from instrumenting #17

Closed
dmitryshimkin opened this issue Oct 10, 2013 · 3 comments
Closed

Option to exclude some files from instrumenting #17

dmitryshimkin opened this issue Oct 10, 2013 · 3 comments

Comments

@dmitryshimkin
Copy link

I want to exclude some files from instrumenting. I can't use 'vendors' or 'helpers' because these files should be placed in particular position in code (in my case, after instrumented code)

@robianmcd
Copy link

I have the same problem. I have some JavaScript files that have a lot of configuration that I can't really unit test but I need them to load after the source that I want coverage for.

@robianmcd
Copy link

Just realized that I can include these files under specs so that they load after src but before the real specs....but this is a bit of a hack and won't work in every scenario

@maenu
Copy link
Owner

maenu commented Feb 2, 2014

Introduced files option in v0.3.1.

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

No branches or pull requests

3 participants