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
For some projects and coverage tools, coverage is expensive to evaluate and it's useful to be able to show coverage data from an older snapshot.
There's some complexity to getting this kind of snapshotted coverage functionality to work well since line numbers won't match up if there have been significant modifications to the file since, and there may need to be a way to show a diff of the modifications.
The text was updated successfully, but these errors were encountered:
The :CoverageShowDiff command was created to help with this scenario to show modifications that were made to the file vs. the version that existed at the time coverage was evaluated, but it has some quirks and relies on an undocumented hack of passing a diff_path field in the results dict to make it work.
For some projects and coverage tools, coverage is expensive to evaluate and it's useful to be able to show coverage data from an older snapshot.
There's some complexity to getting this kind of snapshotted coverage functionality to work well since line numbers won't match up if there have been significant modifications to the file since, and there may need to be a way to show a diff of the modifications.
The text was updated successfully, but these errors were encountered: