Has anyone managed to get code coverage working with an Ember CLI project?
I\'ve tried using blanket.js and istanbul, as have others here, here and here, neither with an
AFAIK, ember-cli-code-coverage provides the most accurate and easy to configure solution for coverage in ember-cli applications.It creates readable coverage reports for each file in the app/ directory. It is based on istanbul.
app/