Code Coverage Not Enabling
I seem to recall some sort of post similar to this but I can't find it ... so here it goes.
I had code coverage enabled and it was working great! I then turned it off, and want to enable it again. I went the Test -> Edit Test Run Configurations -> local.... and in the Code Coverage section selected the artifact to instrument. Ran the unit tests, but when I select the code coverage results button to view the results, it always states that code coverage was not enabled for the test run.
What can I do to get code coverage to turn back on?

