-
Notifications
You must be signed in to change notification settings - Fork 110
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
files from addons bleed into coverage results #7
Comments
Are the files that are from addons all from addon's app tree? Those are ones I've observed are mingled. How could I filter them out? Nevermind, I see you have a WIP PR <3 |
Can confirm addons files were instrumented too, which were responsible for the discrepancies. PR with @kellyselden changes concerning to Addons files exclusion only: #10 |
I still don't think all addon files bleed into coverage, just those that have been merged with the 'app' tree |
Agreed, it should be the addon's |
Not all the files in the picture are mine, some come from addons:
![capture2](https://cloud.githubusercontent.com/assets/602423/15271149/38a90e64-19f0-11e6-9704-aaff4255089b.PNG)
The text was updated successfully, but these errors were encountered: