Hi, Le mardi 3 mars 2026, 12:34:40 heure normale d’Europe centrale 'Tom Ritter' via [email protected] a écrit : > Thank you for the steady improvement in our tooling. Can I ask - what > does "There was coverage data for this file but not for this line." mean? > > Example: > https://searchfox.org/firefox-main/rev/0fce12de99c5e7d74536d8f93cf9778ce6199a1f/ipc/mscom/AgileReference.cpp
The last few lines of every files display that because instead of outputing -1 for “not instrumented”, grcov stops at the last instrumented line. In your case though, you're also missing coverage data because of https://bugzilla.mozilla.org/show_bug.cgi?id=2002904 which is being fixed (not really related to Searchfox, this also bit coverage.moz.tools). Cheers, -- Nicolas Qiu Guichard | [email protected] | Software Engineer KDAB (France) S.A.S., a KDAB Group company Tel: France +33 (0)4 90 84 08 53, http://www.kdab.fr KDAB - Trusted Software Excellence -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/5944007.GXAFRqVoOG%40nico-thinkpad.
