mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: exclude some classes from code coverage (#10108)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user