Questions tagged [ember-cli-code-coverage]
4 questions
205
votes
1 answer
ember-cli-code-coverage mocha showing 0% coverage when there are tests
I'm using ember-cli-code-coverage with ember-cli-mocha.
When I run COVERAGE=true ember test I'm getting 0% coverage for statements, functions, and lines.
Yet, I have tests that are covering those sections. Any I missing something in my setup?
unit…

wwwuser
- 6,282
- 8
- 52
- 64
3
votes
1 answer
How to configure and run the ember-cli-code-coverage package?
The documentation for the ember-cli-code-coverage project on Github does not clearly state how exactly to configure and run coverage reports.
The documentation hints that, after installing the addon, you just need to set an environment variable…

JonH
- 261
- 3
- 12
1
vote
1 answer
Generate Ember code coverage for a Selenium test run
Does anyone know how to generate Ember code coverage metrics off of Selenium tests? I've got several tests written in Groovy/Java.
I've found documentation of people doing this with Istanbul. One example is Front End Javascript Test Coverage with…

John Chesshir
- 590
- 5
- 20
0
votes
0 answers
I am unable to see he coverage statistics of my javascript module with sonarqube-gradle-plugin
Problem:
I am unable to see he coverage statistics of my javascript module with sonarqube-gradle-plugin
Project Background
I have a multi module project being built with Gradle.
I am using java as backend language and ember.js as Frontend…

shivani kaul
- 191
- 4