mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-04 20:52: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.Infrastructure;
|
||||||
using Rafty.Log;
|
using Rafty.Log;
|
||||||
|
|
||||||
|
[ExcludeFromCoverage]
|
||||||
public class SqlLiteLog : ILog
|
public class SqlLiteLog : ILog
|
||||||
{
|
{
|
||||||
private readonly string _path;
|
private readonly string _path;
|
||||||
|
Reference in New Issue
Block a user