[v5.6.0.1]
Given I have filtered test coverage, Is NCrunch Hot Spots supposed to update between test runs or not?
Repro:
1. Run test1 in a new process.
2. Show code coverage only for that test, notice window "Ncrunch Hot Spots" is reflecting this filtered coverage.
3. Run same test again within existing test process, coverage markers are updating but NCrunch hot spots is not updating.
Expected: Hot spots to update automatically similar to the coverage markers
Actual: Hot spots only updates when I run "show coverage for covering tests only".
Scenario:
While focusing on 1 test while developing, I want to see the hotspots so I catch bottle necks early in process.
Now the work process is something like "show coverage for test1" -> <hot spots updating> -> "alter code" -> <test executing in new process> -> "run test in existing process" -> <test executing in existing process> -> "show coverage for covering tests only" -> <hot spots updating>.
Thanks.