Skip to content

Commit bd0689e

Browse files
committed
remove explicit check for tracker namespace
1 parent 672975f commit bd0689e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/coverlet.core/Instrumentation/Instrumenter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ private void InstrumentModule()
7676
{
7777
var actualType = type.DeclaringType ?? type;
7878
if (!actualType.CustomAttributes.Any(IsExcludeAttribute)
79-
&& actualType.Namespace != "Coverlet.Core.Instrumentation.Tracker"
8079
&& !InstrumentationHelper.IsTypeExcluded(_module, actualType.FullName, _excludeFilters)
8180
&& InstrumentationHelper.IsTypeIncluded(_module, actualType.FullName, _includeFilters))
8281
InstrumentType(type);

0 commit comments

Comments
 (0)