From 03c79b1fea361510a46838f6d1ccc8b882603f34 Mon Sep 17 00:00:00 2001 From: martincostello Date: Wed, 3 Apr 2024 15:54:57 +0100 Subject: [PATCH] Tighten coverage scope Just include Swashbuckle assemblies in coverage, so exclude all the test websites etc. --- Directory.Build.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Directory.Build.props b/Directory.Build.props index df8e3b3656..00ccd169e8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -71,6 +71,7 @@ $(CoverletOutputFormat),opencover [System.*]*,[*.Test*]*,[xunit.*]* GeneratedCodeAttribute + [Swashbuckle.*]*