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

Make it clear where the coverage artifacts are found

Open joshuabremerdexcom opened this issue 1 year ago • 0 comments

Purpose

It took me a while to find where the coverage files existed. I was sure I had misconfigured it so i was reading through the README expecting it to tell me where to look for my files. What really happened was that my sidebar in VSCode was hiding the files that I had set in my .gitignore, so finally I checked the actual directory and found the folder.

I thought this Coverage Artifacts section could help.

Here's the final README: https://github.com/joshuabremerdexcom/ember-cli-code-coverage/blob/patch-1/README.md

joshuabremerdexcom avatar Sep 01 '23 14:09 joshuabremerdexcom