glimmerjs / glimmer-vm

MIT License
1.13k stars 190 forks source link

Coverage Instrumentation #353

Open topaxi opened 7 years ago

topaxi commented 7 years ago

With the new Ember.js 2.10 release which ships Glimmer by default, there is one small downside.

https://github.com/kategengler/ember-cli-code-coverage Nicely showed code coverage for templates pre Ember.js 2.10, with the new output, no useful coverage of templates is collected.

Are there any plans of instrumenting Glimmer-Templates for code coverage?

rwjblue commented 7 years ago

This is an interesting question. There isn't an obvious answer, but I'll try to think through various scenarios (and pester @wycats / @chancancode).