public
public copied to clipboard
overall coverage change
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)
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.
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