ember-cli-code-coverage icon indicating copy to clipboard operation
ember-cli-code-coverage copied to clipboard

Document support for excluding individual files in readme

Open drbenschmidt opened this issue 6 years ago • 1 comments

It took me a while of digging around to find that the correct way to exclude a file and not a glob path is to use the module name and not the folder name as the path root since the readme doesn't mention it. Should help people in the future setting this up!

From Issue 91

We do support excludes but you still need to specify the path to the module (my-app-name/app.js) rather than the path to the file on your file system (app/app.js).

drbenschmidt avatar Mar 16 '18 14:03 drbenschmidt

Definitely seems good to add

rwjblue avatar Oct 18 '21 21:10 rwjblue