Search code examples
monocode-coveragencover

Code Coverage for Mono?


mono creates its own debug targets called .mdb files when you use the mcs compiler.

is there a way of using NCover or another code coverage tool with Mono?

a commandline tool would be better so I can add it to our continuous integration server.


Solution

  • have you looked into monocov?