core: exclude some classes from code coverage (#10108)

This commit is contained in:
Diego Heras
2020-11-04 22:23:34 +01:00
committed by GitHub
parent 11e4143841
commit 0e56ef75cb
19 changed files with 58 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
//********************************************************************************************
using System;
using System.Diagnostics.CodeAnalysis;
using System.Text.RegularExpressions;
// ReSharper disable NotAccessedField.Global
@@ -18,6 +19,7 @@ namespace DateTimeRoutines
/// <summary>
/// Miscellaneous and parsing methods for DateTime
/// </summary>
[ExcludeFromCodeCoverage] // this library is not changed by Jackett team
public static class DateTimeRoutines
{
#region miscellaneous methods