We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
shouldCover
I'm working through the bits here.
I have it instrumenting the addon files currently but they aren't being executed.
Will advise
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
I'm running into the same issue. I'd love to help out if you have any work in progress on this, @jschilli.
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?
No branches or pull requests
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 matcherI'm working through the bits here.
I have it instrumenting the addon files currently but they aren't being executed.
Will advise
The text was updated successfully, but these errors were encountered: