From 4c5408069196f561ff1efa22c92468ac035c6617 Mon Sep 17 00:00:00 2001 From: ngastelum-ms <109701188+ngastelum-ms@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:03:27 -0800 Subject: [PATCH] Exclude unittests from code coverage results (#3053) * Exclude unittests from code coverage results * Cleanup --- test.runsettings | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/test.runsettings b/test.runsettings index f2a141429b..c38bb28b08 100644 --- a/test.runsettings +++ b/test.runsettings @@ -1,12 +1,29 @@ - - - 660000 - + 660000 + + + + + + + + + .*tests\.dll$ + + + + + + + \ No newline at end of file