-
Notifications
You must be signed in to change notification settings - Fork 396
Closed
Labels
breaking-changeIssue or PR that represents a breaking change in features or functional.Issue or PR that represents a breaking change in features or functional.discussionGeneric discussion on somethingGeneric discussion on somethingfeature-requestNew feature requestNew feature requestquestionThis issue is a questionThis issue is a question
Description
I just enabled coverlet on a new repository, and the coverage reports were incomplete. The root cause turned out to be a setting IncludeTestAssembly, which confusingly excluded code from the coverage report even though that code was not part of any of the various exclude properties.
Test code is an essential part of a production code base, and should always be included in coverage collection. It's fine to provide a property so it can be disabled, but the property should default to the value users are expected to use.
Metadata
Metadata
Assignees
Labels
breaking-changeIssue or PR that represents a breaking change in features or functional.Issue or PR that represents a breaking change in features or functional.discussionGeneric discussion on somethingGeneric discussion on somethingfeature-requestNew feature requestNew feature requestquestionThis issue is a questionThis issue is a question