sglanzer-deprecated / ember-cli-blanket

Blanket based code coverage for ember-cli projects
MIT License
110 stars 46 forks source link

provide config for addons [enhancement] #33

Open jschilli opened 9 years ago

jschilli commented 9 years ago

It would be ideal to have a standard config option to do coverage testing for ember-addons

This would require changes to the moduleLoader (perhaps by extracting the shouldCover functionality) into an app vs addon matcher

I'm working through the bits here.

I have it instrumenting the addon files currently but they aren't being executed.

Will advise

pedrokiefer commented 9 years ago

:+1:

jagthedrummer commented 9 years ago

I'm running into the same issue. I'd love to help out if you have any work in progress on this, @jschilli.

sglanzer-deprecated commented 9 years ago

I'll be putting in some work on this over the next few weeks - do any of you have prior work you would like to share?