added ignore code coverage to experimental sqllitelog class that cannot be unit tested anyway really

This commit is contained in:
Tom Gardham-Pallister 2018-06-11 22:57:43 +01:00
parent 095406bd45
commit 14308ff5fb

View File

@ -11,6 +11,7 @@ namespace Ocelot.Raft
using Rafty.Infrastructure;
using Rafty.Log;
[ExcludeFromCoverage]
public class SqlLiteLog : ILog
{
private readonly string _path;