From 0234a13e1723b5edf2d27d43104af50c34a1aef4 Mon Sep 17 00:00:00 2001 From: Corniel Nobel Date: Thu, 28 Mar 2024 20:11:54 +0100 Subject: [PATCH] Exclude from code coverage results. --- specs/Qowaiv.Wikipedia/Properties/PropertyInfo.cs | 1 + 1 file changed, 1 insertion(+) create mode 100644 specs/Qowaiv.Wikipedia/Properties/PropertyInfo.cs diff --git a/specs/Qowaiv.Wikipedia/Properties/PropertyInfo.cs b/specs/Qowaiv.Wikipedia/Properties/PropertyInfo.cs new file mode 100644 index 00000000..8f6bd41c --- /dev/null +++ b/specs/Qowaiv.Wikipedia/Properties/PropertyInfo.cs @@ -0,0 +1 @@ +[assembly:ExcludeFromCodeCoverage(Justification = "This assembly just exists design-time and is not run during a build.")]