Search code examples
jetbrains-idedotcoverrider

How to undo 'Exclude from Coverage Results'?


I've excluded some functions from the coverage result by right-clicking them in the unit test coverage tree and picking "Exclude from Coverage Results".

Now I want them back. The documentation suggests clicking the "Show all nodes link on top of the Unit Tests Coverage window" but I cannot find such a beast anywhere. I've pored over the documentation, scrutinised every pixel of the UI and went through the settings with a fine-toothed comb, but to no avail ... I've also tried searching the project tree and %AppData%/JetBrains/* for the names of the excluded functions but could not find anything that looked relevant.

How can I un-exclude the excluded functions? I'm using Rider 2022.1.


Solution

  • Just updated Rider to version 2022.1.2. Now the coverage window has a bar that reads "Coverage tree has excluded nodes. Show all nodes" whenever there are excluded nodes, with "Show all nodes" being a link that does just what the documentation says ...