iisdotcover

DotCover : Code coverage from commandline for an IIS Application


I am trying to analyse the code coverage of my MVC application deployed on IIS.

I am successfully able to analyse using the DotCover frontend as it has option for IIS Application.

But the problem is when I am trying to do it from command line. I need to know, what should my configuration file specify.

A sample XML configuration file specifically for IIS Application(Not IIS Express) would help.


Solution

  • Unfortunately, it's not possible to cover an IIS application via dotCover console runner. Please follow the ticket to be notified when this feature gets implemented: https://youtrack.jetbrains.com/issue/DCVR-5921.