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.
I tried this, made some progress but couldn't get it to work.
This was the main resource:
https://github.com/airportyh/testem/tree/master/examples/coverage_istanbul
EDIT 1:
Was inspired to give it another try, and made some honest to goodness progress. Will throw up a gist and post a link
ember-cli-blanket was released last month, seems to do a decent job.