4

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.

Scott Cowan
  • 2,652
  • 7
  • 29
  • 45
  • 1
    I can't really understand why this was closed. Since I've basically started work recently on XR.Baboon which is a proper line-by-line code coverage tool for mono. – IanNorton Jun 17 '13 at 19:12

1 Answers1

2

have you looked into monocov?

Mark Bessey
  • 19,598
  • 4
  • 47
  • 69