Skip to content

Commit 311028f

Browse files
committed
exclude LoggingWriter.cs from cov
1 parent 4e64eed commit 311028f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Infrastructure/HydraScript.Infrastructure/LoggingWriter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
using System.Diagnostics.CodeAnalysis;
12
using HydraScript.Domain.BackEnd;
23
using Microsoft.Extensions.Logging;
34
using ZLogger;
45

56
namespace HydraScript.Infrastructure;
67

8+
[ExcludeFromCodeCoverage]
79
internal partial class LoggingWriter(ILogger<LoggingWriter> logger) : IOutputWriter
810
{
911
[ZLoggerMessage(Level = LogLevel.Information, Message = "{obj}")]

0 commit comments

Comments
 (0)