You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue was that for a couple of days the coverage generation was broken, and when using revision=latest we are getting the code from "tip" but the coverage from the latest successful coverage run.
marco-c
changed the title
Per-line JS coverage data seems confused about where lines are
When revision is "latest", get the source code from the revision of the last successful coverage run rather than "tip"
May 18, 2020
(potentially related: #524 )
When looking at https://coverage.moz.tools/#revision=latest&path=browser%2Fbase%2Fcontent%2Fbrowser.js&view=file&line=7938 (actually around line 7938!) there are some commented lines that are apparently "covered", some code lines that are "non-instrumented", and some method signatures labeled "uncovered" while their contents are "covered".
This makes me suspect the line numbers in the coverage data are off somehow.
The text was updated successfully, but these errors were encountered: