Ember CLI Code Coverage Reports

后端 未结 2 911
猫巷女王i
猫巷女王i 2020-12-09 04:20

I am using Ember CLI and I am trying to integrate code coverage reports with the built in Qunit tests that are run with testem. I tried to use Istanbul, but I couldn\'t get

2条回答
  •  孤城傲影
    2020-12-09 04:58

    There is now a new Ember addon for code coverage with Istanbul. Ember-CLI-Blanket no longer works.

    You can find the new addon here: https://github.com/kategengler/ember-cli-code-coverage

提交回复
热议问题