ci/cd: exclude indexers from code coverage (#8448)

This commit is contained in:
Diego Heras
2020-05-04 01:35:52 +02:00
committed by GitHub
parent fa4b9e71ad
commit 162ad104ef
98 changed files with 196 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq;
using System.Text;
@@ -18,6 +19,7 @@ using NLog;
namespace Jackett.Common.Indexers
{
[ExcludeFromCodeCoverage]
public class BJShare : BaseWebIndexer
{
private string LoginUrl => SiteLink + "login.php";