Skip to content

Commit

Permalink
remove explicit check for tracker namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed Sep 1, 2018
1 parent 672975f commit bd0689e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coverlet.core/Instrumentation/Instrumenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ private void InstrumentModule()
{
var actualType = type.DeclaringType ?? type;
if (!actualType.CustomAttributes.Any(IsExcludeAttribute)
&& actualType.Namespace != "Coverlet.Core.Instrumentation.Tracker"
&& !InstrumentationHelper.IsTypeExcluded(_module, actualType.FullName, _excludeFilters)
&& InstrumentationHelper.IsTypeIncluded(_module, actualType.FullName, _includeFilters))
InstrumentType(type);
Expand Down

0 comments on commit bd0689e

Please sign in to comment.