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
@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()
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
The text was updated successfully, but these errors were encountered: