Skip to content

Commit 7c44cea

Browse files
committed
use attribute to exclude ModuleTrackerTemplate class
1 parent bd0689e commit 7c44cea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/coverlet.core/Instrumentation/ModuleTrackerTemplate.cs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3+
using System.Diagnostics.CodeAnalysis;
34
using System.IO;
45
using System.Threading;
56

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

0 commit comments

Comments
 (0)