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

fix: address issue with class instrumentation #111

Merged
merged 1 commit into from
Oct 22, 2017
Merged

fix: address issue with class instrumentation #111

merged 1 commit into from
Oct 22, 2017

Conversation

bcoe
Copy link
Member

@bcoe bcoe commented Oct 22, 2017

prior to the regression in 1.9 it looks like we didn't add line counters to functions or classes. It seems like we should eventually do this, but there are a bunch of caveats around this that we need to address -- related to exports vs. non exports, etc.

This rolls back any attempt to instrument classes for line coverage at this time.

fixes #110

@bcoe bcoe merged commit cbd1c14 into master Oct 22, 2017
@bcoe bcoe deleted the 110-fix branch October 22, 2017 15:52
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

Successfully merging this pull request may close these issues.

Named exports cause an error in istanbul-lib-instrument 1.9
1 participant