mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-04 18:22:27 +08:00
added ignore code coverage to experimental sqllitelog class that cannot be unit tested anyway really
This commit is contained in:
@ -11,6 +11,7 @@ namespace Ocelot.Raft
|
||||
using Rafty.Infrastructure;
|
||||
using Rafty.Log;
|
||||
|
||||
[ExcludeFromCoverage]
|
||||
public class SqlLiteLog : ILog
|
||||
{
|
||||
private readonly string _path;
|
||||
|
Reference in New Issue
Block a user