unit-testingtestingridertest-coverage

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

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

    enter image description here