Thursday, 15 July 2010

Ember CLI and code coverage -



Ember CLI and code coverage -

has managed code coverage working ember cli project?

i've tried using blanket.js , istanbul, have others here, here , here, neither success. i've managed each produce coverage study report either says 0% (istanbul) or 100% (blanket.js), , there's no way current tests provide 100% coverage.

the built project javascript file ember cli produces contains of project's source files each file's contents beingness output onto one, massive, line. if coverage tool able produce actual coverage metrics code in built file there's issue of viewing results. god knows how link original source files?

ember cli great , seems popular i'm surprised more people haven’t had issue. perhaps others aren't bothered code coverage or maybe working without issue , i'm missing something.

ember-cli-blanket released lastly month, seems decent job.

code-coverage ember-cli istanbul blanket.js

No comments:

Post a Comment