Skip to content

Commit

Permalink
use attribute to exclude ModuleTrackerTemplate class
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed Sep 1, 2018
1 parent bd0689e commit 7c44cea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coverlet.core/Instrumentation/ModuleTrackerTemplate.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Threading;

Expand All @@ -13,6 +14,7 @@ namespace Coverlet.Core.Instrumentation
/// As this type is going to be customized for each instrumeted module it doesn't follow typical practices
/// regarding visibility of members, etc.
/// </remarks>
[ExcludeFromCodeCoverage]
public static class ModuleTrackerTemplate
{
public static string HitsFilePath;
Expand Down

0 comments on commit 7c44cea

Please sign in to comment.