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

When using babel-plugin-istanbul (instrumenting externally) it should still respect exclude-source/test-files #4

Closed
laggingreflex opened this issue Feb 12, 2017 · 1 comment

Comments

@laggingreflex
Copy link
Owner

Using babel-plugin-istanbul && --instrument=false which causes babel-plugin-istanbul to generate instrumentation for all files (including test) it shows up in coverage reports.

Earlier when it used to instrument on its own it avoided instrumenting test files. This bahaviour should be brought back. Probably by analyzing covearge before generating report

@laggingreflex
Copy link
Owner Author

fixed in aa4e53b 0.7.3

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

No branches or pull requests

1 participant