Closed BulatInDrive closed 9 months ago
@BulatInDrive I confirm that line 5 should not be marked as red as it contains no executable code -- this is a bug
Lines 6 and 7 contain the values of the default arguments, so kover treats them as uncovered, when the value is not used in tests. Consider adding tests with calls like makeCoffee()
The fix for line 5 is available in the agent version 1.0.745
Fixed in 0.7.6
Describe the bug For interface with function with default params Kover generates 0% coverage report.
Expected behavior Default params shouldn't be in a report.
Reports
Environment