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