Viewing Source Code
Hits and missed lines

Lines that are hit (covered and executed).
The number in the green label represents number of uploads that have coverage for that line.

Lines that are missed (not covered and not executed).
Partially covered lines

Line 42 is partially hit.
Partially hit lines are typically branches that have one, or more, missing execution paths.
Line coverage changes

This layout is an example of Unexpected Coverage Changes. The coverage on line 92 was partially covered before this commit. Now this line is missed.
Other Info on the Diff View
Please see the Coverage Percentages page for more detailed breakdown of the information displayed in Codecov.
Updated 7 months ago