dotCover
File | Settings | Build, Execution, Deployment | dotCover for Windows and Linux
JetBrains Rider | Settings or Preferences | Build, Execution, Deployment | dotCover for macOS
CtrlAlt0S
note
Preferences configurable on this page are saved using the mechanism of layer-based settings.
Use this settings page to configure .NET coverage analysis.
Use NGen native images | If selected, .NET Framework runtime will be allowed to load application's native images during coverage analysis. This may speed up the analysis: The application under coverage executes faster. Note that in some cases, using NGen images might be not possible. This will result in an application exception in case of getting coverage of an app and inconclusive tests in case of getting coverage of unit tests. In both cases, the setting must be disabled. |
Preload test runners | Speeds up the startup phase of unit tests coverage analysis as the unit test runners are already loaded into memory. Normally, you should not disable this setting unless asked by the JetBrains Rider support. |
Run test classes in parallel | If selected, dotCover will run test classes within an assembly in parallel. This may speed up coverage analysis. Note that the maximum number of processes running in parallel is defined by the Maximum number of test runners to run in parallel option on the Build, Execution, Deployment | Unit Testing page of JetBrains Rider settings CtrlAlt0S. |