How to undo 'Exclude from Coverage Results'?

271 views Asked by At

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.

2

There are 2 answers

1
DarthGizka On BEST ANSWER

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 ...

0
josh On

The only way to undo it for me (rider 2022.2.3 linux) was to close/reopen solution.