What are the green circles with numbers in to the left of the code line?

Description

I am guessing these are supposed to be hits but they are completely wrong. Saying either 2 all the time or 3?

Repository

Additional Information

my coverage file is generated using the cmd:
go test ./… -v -covermode=count -coverprofile=coverage.out

Hi @maxisme

You are correct that they are supposed to be hit counts. We are aware that they are wrong, as we have a new UI coming soon we opted to correct this issue there and ignore it in the current UI.

The new UI is almost done and will hopefully make this a lot clearer (as well as being correct!)