diff --git a/Directory.Build.props b/Directory.Build.props
index 0134e7a..a586422 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -26,6 +26,8 @@
CA1515 - xUnit requires public test classes, so "make public types internal" does not apply.
CA1812 - internal test fixture types (PoolItem, PoolClient) are activated reflectively by the DI container, so the analyzer cannot see construction. -->
$(NoWarn);CA1707;IDE1006;IDE0079;CA1515;CA1812
+
+ false
true
cobertura
diff --git a/Directory.Packages.props b/Directory.Packages.props
index cd79dcc..64a8120 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -18,9 +18,9 @@
-
-
-
+
+
+