We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0689e commit 7c44ceaCopy full SHA for 7c44cea
src/coverlet.core/Instrumentation/ModuleTrackerTemplate.cs
@@ -1,5 +1,6 @@
1
using System;
2
using System.Collections.Generic;
3
+using System.Diagnostics.CodeAnalysis;
4
using System.IO;
5
using System.Threading;
6
@@ -13,6 +14,7 @@ namespace Coverlet.Core.Instrumentation
13
14
/// As this type is going to be customized for each instrumeted module it doesn't follow typical practices
15
/// regarding visibility of members, etc.
16
/// </remarks>
17
+ [ExcludeFromCodeCoverage]
18
public static class ModuleTrackerTemplate
19
{
20
public static string HitsFilePath;
0 commit comments