'How do you enable test coverage in Rider

I was looking for it for a while, but couldn't find a way to enable the test coverage features in the Rider Unit Test tool window. https://www.jetbrains.com/help/rider/Unit_Tests_Coverage_window.html



Solution 1:[1]

The keyword is dotCover, you need to enable it manually in File => Settings => Plugins => search for "dotCover" and enable it.

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 WeSam Abdallah