From cd6dd35a0181b4acd0a6eb75d6ad208b1ae92614 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Fri, 31 Aug 2018 10:10:56 -0400 Subject: update coverage setting --- .gitignore | 1 + CodeCoverage.runsettings | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bc7a62d4b..0f57570ed 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.user *.userprefs *.vsp +*.coverage *.nupkg diff --git a/CodeCoverage.runsettings b/CodeCoverage.runsettings index 138bceeb9..638909645 100644 --- a/CodeCoverage.runsettings +++ b/CodeCoverage.runsettings @@ -21,7 +21,8 @@ Included items must then not match any entries in the exclude list to remain inc .*BouncyCastle.* - .*Tests.* + .*Test.* + .*nunit.* -- cgit 1.5.1