dotCover 2018.3 Help

Remote Coverage

ReSharper | Options | Cover | Remote Coverage

This page summarizes preferences of running coverage analysis on a remote server.

Item

Description

General Settings

Get Server Package

Click this button to generate an archive with dotCover server tools (dotCover console runner and dotCover remote coverage server).

Cover unit tests remotely

Tick this check box to run coverage analysis on a remote server. Note that this option does not affect Continuous Testing. Tests in the continuous testing session are always executed locally to avoid delays when dotCover updates status of unit tests after your changes in the code they cover.

Server Settings

IP address or hostname

IP address or UNC name of the host where the remote coverage server is running.

TCP Port

Port of the remote coverage server. By default, the port is 9081, but you can specify any other port number when starting the coverage server.

Test connection

Click this button to check whether the server is ready at the specified address and port.

Deployment settings

Here you can add any number of directories that contain test data for the executed unit tests.

Last modified: 14 February 2019

See Also