| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Relates to: ember-cli/rfcs#81 - with that RFC and this PR, tests & coverage would work across both the app and the server code |
Sorry, something went wrong.
|
This seems okay to me. @rwjblue @kategengler @kellyselden thoughts? I would definitely like to see some tests added here, but I am not opposed to the idea of this feature. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR adds an include option to the config hash that will allow users to include additional coverage to the output.
My current setup is as follows:
This option allows me to specify the coverage-server/coverage-final.json (generated via nyc), and get accurate coverage on my entire app, instead of having 2 different coverage reports.