Nicolas Qiu Guichard
unread,Mar 23, 2026, 10:18:55 AM (12 days ago) Mar 23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Frederik Braun, Tom Schuster, Marco Castelluccio, dev-platform
Hi Frederik and all,
Le vendredi 13 mars 2026, 10:59:57 heure normale d’Europe centrale Frederik
Braun a écrit :
> It seems to me that the last commit on main is almost all of the time "no
> coverage data yet" - are there timing issue?
Yes, currently the Searchfox indexer run isn't really synced with the
availability of coverage data. Historically the availability of coverage data
has also been flaky and could lag behind by a few days. This is being improved.
> Also, looking at previous commits that have coverage info, I prefer
> percentages over absolute values.
> The text description reads: "This line was hit 18 times per coverage
> instrumentation." - that seems much harder to evaluate than a percentage,
> no?
What percentage do you have in mind? Or rather a percentage of what?
We display a percentage of how many lines have at least 1 hit over the total
number of lines that were instrumented in the directory view, and we will
soon display that same percentage in the header of the file view,:this is
coming back with the coverage history graph in bug 2002218.
But for each line I don't think there's a sensible total to compare the hit
count to.
> Would you rather we file a bug instead of continuing the discussion here?
There's a meta-bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=2002215, so
yes please attach feedback there.