dotCover 2018.1 Help

Coverage Analysis on a Server

There are two main ways to perform coverage on a remote server:

  • dotCover Console Runner : a console tool bundled with dotCover allows you to run coverage analysis of unit tests or applications using the command line prompt. You can also use the Console Runner on server side, for instance, in a Continuous Integration environment (on a JetBrains TeamCity server or on any third-party CI server).
  • Remote coverage of unit tests from Visual Studio : dotCover allows saving resources on your local machine by running coverage on a remote computer. For this purpose, you must first install dotCover Remote Coverage Server on the remote computer.
Last modified: 20 August 2018

See Also