dotCover 2018.3 Help

Merging Coverage Snapshots

Ctrl+Alt+K M

In Visual Studio:
ReSharper | Cover | Merge Coverage Snapshots...
ReSharper_MergeSnapshots

In dotCover standalone application:
File | Merge Coverage Snapshots...

If you have multiple coverage snapshots, you can merge them into a single snapshot. This could be helpful if you need to study coverage data from multiple sources in a single view.

To merge multiple coverage snapshots

  1. Place snapshot files (.dcvr) that you want to merge in the same directory.

  2. Do one of the following:
    • In Visual Studio, press Ctrl+Alt+K M or choose ReSharper | Cover | Merge Coverage Snapshots... from the main menu

    • In dotCover standalone application, press Ctrl+Alt+K M or choose File | Merge Coverage Snapshots... in the menu.

  3. In the dialog that appears, select all desired files and press Open.

  4. dotCover will display the Save Ad dialog that helps you choose hwere to save the merged snapshot file.

  5. When the source snapshots are merged, dotCover will open the resulting merged snapshot in the Coverage Results Browser window.

Last modified: 14 February 2019