JetBrains Rider 2018.2 Help

DotCover Highlighting

File | Settings | Build, Execution, Deployment | DotCover Highlighting for Windows and Linux
JetBrains Rider | Preferences | Build, Execution, Deployment | DotCover Highlighting for macOS
Ctrl+Alt+S icons general settings svg


Use this settings page to configure .NET coverage analysis.

Item

Description

Highlight code coverage using

Defines highlighting mode:
  • Markers in the left gutter — coverage is shown using colored markers in the left gutter of the editor.

  • Line background — coverage is shown by highlighting the whole line of code.

  • Both markers and line background — both ways are used.

Use highlighting to show unit test results

If selected, JetBrains Rider will use markers color to indicate not only the coverage of a particular code statement by unit tests but tests results as well.
If cleared, markers will indicate only code coverage.

Use shaped markers (colorblind mode)

If selected, markers will indicate code coverage and test results not only with color but also with their shape.

Last modified: 21 December 2018