forked from aneoconsulting/ArmoniK.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet-coverage.runsettings.xml
26 lines (26 loc) · 1.03 KB
/
dotnet-coverage.runsettings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<CodeCoverage>
<ModulePaths>
<Include>
<ModulePath>.*\.dll$</ModulePath>
<ModulePath>.*\.exe$</ModulePath>
</Include>
<Exclude>
<ModulePath>.*Moq.dll$</ModulePath>
<ModulePath>.*Mongo2Go.dll$</ModulePath>
<ModulePath>.*FluentValidation.dll$</ModulePath>
<ModulePath>.*NUnit3.TestAdapter.dll$</ModulePath>
<ModulePath>.*System.*\.dll$</ModulePath>
<ModulePath>.*StackExchange.Redis.dll$</ModulePath>
<ModulePath>.*Protobuf.MSBuild.dll$</ModulePath>
<ModulePath>.*Pipelines.Sockets.Unofficial.dll$</ModulePath>
</Exclude>
</ModulePaths>
<Attributes>
<Exclude>
<Attribute>^System\.Diagnostics\.CodeAnalysis\.ExcludeFromCodeCoverageAttribute$</Attribute>
</Exclude>
</Attributes>
</CodeCoverage>
</Configuration>