A common use case I have is asking "in the past week/month, how often did this fail vs pass?"
From the tests tab, I can see a nice line of color-coded squares showing how my test did on past commits. The problem is, there's a lot of white space from commits where my test wasn't run. And it doesn't wrap nicely, instead extending offscreen. Between these issues, I can only really get a big-picture glimpse of the last ~24 hrs:

It would be really helpful to get a condensed view of only the history when the test actually ran:
- ignore commits where the test did not run (i.e. all the white boxes)
- have the UI wrap-around on screen into a grid (using hovertext to communicate what commit/time a given test was)
Quick drawing of what I want:

If this or something like it already exists, great, please point me at it/make it more discoverable :)
A common use case I have is asking "in the past week/month, how often did this fail vs pass?"
From the tests tab, I can see a nice line of color-coded squares showing how my test did on past commits. The problem is, there's a lot of white space from commits where my test wasn't run. And it doesn't wrap nicely, instead extending offscreen. Between these issues, I can only really get a big-picture glimpse of the last ~24 hrs:
It would be really helpful to get a condensed view of only the history when the test actually ran:
Quick drawing of what I want:

If this or something like it already exists, great, please point me at it/make it more discoverable :)