Hacker News new | ask | show | jobs
by user5994461 3122 days ago
The only free thing I found to sort of work is gcov. It's integrated in gcc. Many projects compile on both gcc and msvc.

Compile the unit tests with the coverage flags. Run the exe. Collect the coverage file.

1 comments

Not possible for us yet, or maybe I haven't tried it well enough...