summary refs log tree commit diff
path: root/CodeCoverage.runsettings
diff options
context:
space:
mode:
Diffstat (limited to 'CodeCoverage.runsettings')
-rw-r--r--CodeCoverage.runsettings3
1 files changed, 2 insertions, 1 deletions
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>