summary refs log tree commit diff
path: root/CodeCoverage.runsettings
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2018-09-29 09:28:29 -0400
committerOren Novotny <oren@novotny.org>2018-09-29 09:28:29 -0400
commitfb41b9f16fcfaf58ecc3cdbd47e4b73ef7ebdaf1 (patch)
tree3f86aa27a9181e02d0cbeda454df91e503bd6204 /CodeCoverage.runsettings
parentUpdate and rename .azure-pipelines.yml to azure-pipelines.yml (diff)
downloadBouncyCastle.NET-ed25519-fb41b9f16fcfaf58ecc3cdbd47e4b73ef7ebdaf1.tar.xz
fix filter
Diffstat (limited to 'CodeCoverage.runsettings')
-rw-r--r--CodeCoverage.runsettings2
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeCoverage.runsettings b/CodeCoverage.runsettings
index d3a2c91f7..5c4a16d12 100644
--- a/CodeCoverage.runsettings
+++ b/CodeCoverage.runsettings
@@ -21,7 +21,7 @@ Included items must then not match any entries in the exclude list to remain inc
                 <ModulePath>.*Crypto.*</ModulePath>
               </Include>
               <Exclude>
-                <ModulePath>.*Test.*</ModulePath>
+                <ModulePath>.*Test.dll$</ModulePath>
                 <ModulePath>.*nunit.*</ModulePath>
               </Exclude>
             </ModulePaths>