We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672975f commit bd0689eCopy full SHA for bd0689e
src/coverlet.core/Instrumentation/Instrumenter.cs
@@ -76,7 +76,6 @@ private void InstrumentModule()
76
{
77
var actualType = type.DeclaringType ?? type;
78
if (!actualType.CustomAttributes.Any(IsExcludeAttribute)
79
- && actualType.Namespace != "Coverlet.Core.Instrumentation.Tracker"
80
&& !InstrumentationHelper.IsTypeExcluded(_module, actualType.FullName, _excludeFilters)
81
&& InstrumentationHelper.IsTypeIncluded(_module, actualType.FullName, _includeFilters))
82
InstrumentType(type);
0 commit comments