I'm trying to get nim code coverage working again in the new nim 1.0 version. It was working several months ago. Now it's reporting coverage on the c code instead of the nim lines. The html output shows 100% coverage on the x.nim.c file when it shouldn't and the standard lib files are not stripped out.
I'm running on a mac following the simple example shown at [https://hookrace.net/blog/nim-code-coverage](https://hookrace.net/blog/nim-code-coverage)/ and then changing the nim cache path to '~/.cache/nim. This page shows the html output I'm expecting.
