-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcoverage.xml
More file actions
30 lines (30 loc) · 1.02 KB
/
coverage.xml
File metadata and controls
30 lines (30 loc) · 1.02 KB
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
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<CodeCoverage>
<ModulePaths>
<Include>
<ModulePath>.*Lewee\..*\.dll$</ModulePath>
</Include>
<Exclude>
<ModulePath>.*System\..*\.dll$</ModulePath>
<ModulePath>.*Aspire\..*\.dll$</ModulePath>
<ModulePath>.*EntityFramework.*\.dll$</ModulePath>
<ModulePath>.*FluentValidation.*\.dll$</ModulePath>
<ModulePath>.*Fluxor\..*\.dll$</ModulePath>
<ModulePath>.*Fluxor.*\..*\.dll$</ModulePath>
<ModulePath>HealthChecks.*\..*\.dll$</ModulePath>
<ModulePath>.*Microsoft\..*\.dll$</ModulePath>
<ModulePath>.*Newtonsoft\..*\.dll$</ModulePath>
<ModulePath>.*testhost.*\.dll$</ModulePath>
<ModulePath>.*xunit.*\.dll$</ModulePath>
</Exclude>
</ModulePaths>
<Sources>
<Exclude>
<Source>.*\\packages\\.*</Source>
<Source>.*\\ref\\.*</Source>
<Source>.*\\.nuget\\.*</Source>
</Exclude>
</Sources>
</CodeCoverage>
</Configuration>