-
Notifications
You must be signed in to change notification settings - Fork 5
Expand test coverage #34
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority: mediumThe issue has medium priorityThe issue has medium priority
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority: mediumThe issue has medium priorityThe issue has medium priority
I am seeing lines of code which are not covered by any tests. I would like to have as many lines as possible covered.
This includes:
At the same time we can annotate several methods with
ExcludeFromCodeCoveragee.g.Shim.With(Delegate replacement)as this method simply forwards toWithImpl(Delegate replacement)which is fully covered.