public icon indicating copy to clipboard operation
public copied to clipboard

overall coverage change

Open pixsrv opened this issue 2 years ago • 2 comments

would be nice to have an info about how the overall coverage has been changed during the last run

in the top right corner there is a percentage which shows coverage and when user makes changes the percentage is changed and here is the place where i'd like to see for example 89.35%+0.12

it might of course also show it for test counts (failed and passed)

pixsrv avatar May 12 '22 03:05 pixsrv

Because Wallaby is a continuous test runner, it's unlikely that showing the coverage difference between the current run and the previous run would be useful. The coverage is probably changing incrementally with each run and so the difference would never look like a lot.

Would it be useful to show the current state versus when Wallaby was started? We could potentially have some sort of "reset" button but I think it adds too much complexity, you just want such a feature to "work", but it has to be meaningful.

smcenlly avatar May 13 '22 01:05 smcenlly

well... i know it's not very good practice (probably even an anti-pattern) but i meet quite common situation where we chase for the minimum coverage and each change makes a difference ;) that's why such an info could be nice

pixsrv avatar May 18 '22 09:05 pixsrv