Hello, I was wondering what were the possible solutions to generate code coverage with current Nim 1.4.0.
As far as I know there is only: * <https://github.com/yglukhov/coverage> => looks good, but requires to modify the source code with `{.cov.}` pragma. * <https://github.com/binhonglee/coco> => based on gcov and do not work with Nim 1.0 (also there was apparently a change of ownership in the repo recently) Are there other solutions I'm not aware of ? Could this functionality be added to a future roadmap of testament ?
