summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2018-08-31 10:10:56 -0400
committerOren Novotny <oren@novotny.org>2018-08-31 10:10:56 -0400
commitcd6dd35a0181b4acd0a6eb75d6ad208b1ae92614 (patch)
tree50fa99ef392250cf4d95b397a77203a3fd3c0fbf
parentmerge from master (diff)
downloadBouncyCastle.NET-ed25519-cd6dd35a0181b4acd0a6eb75d6ad208b1ae92614.tar.xz
update coverage setting
-rw-r--r--.gitignore1
-rw-r--r--CodeCoverage.runsettings3
2 files changed, 3 insertions, 1 deletions
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
                 <ModulePath>.*BouncyCastle.*</ModulePath>
               </Include>
               <Exclude>
-                <ModulePath>.*Tests.*</ModulePath>
+                <ModulePath>.*Test.*</ModulePath>
+                <ModulePath>.*nunit.*</ModulePath>
               </Exclude>
             </ModulePaths>