41 lines
2.2 KiB
Plaintext
41 lines
2.2 KiB
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<RunSettings>
|
||
|
|
<DataCollectionRunSettings>
|
||
|
|
<DataCollectors>
|
||
|
|
<DataCollector friendlyName="Code Coverage" uri="datacollector://Microsoft/CodeCoverage/2.0">
|
||
|
|
<Configuration>
|
||
|
|
<CodeCoverage>
|
||
|
|
<ModulePaths>
|
||
|
|
<Include>
|
||
|
|
<ModulePath>.*KubernetesClient\..*\.dll$</ModulePath>
|
||
|
|
</Include>
|
||
|
|
<Exclude>
|
||
|
|
<ModulePath>.*tests\.dll$</ModulePath>
|
||
|
|
<ModulePath>.*xunit.*dll$</ModulePath>
|
||
|
|
<ModulePath>.*moq\.dll$</ModulePath>
|
||
|
|
<ModulePath>.*System\.Reactive\.dll$</ModulePath>
|
||
|
|
<ModulePath>.*BouncyCastle\.Crypto\.dll$</ModulePath>
|
||
|
|
<ModulePath>.*IdentityModel\.OidcClient\.dll$</ModulePath>
|
||
|
|
</Exclude>
|
||
|
|
</ModulePaths>
|
||
|
|
<!-- Set this to True to collect coverage information for functions marked with the "SecuritySafeCritical" attribute. Instead of writing directly into a memory location from such functions, code coverage inserts a probe that redirects to another function, which in turns writes into memory. -->
|
||
|
|
<UseVerifiableInstrumentation>True</UseVerifiableInstrumentation>
|
||
|
|
<!-- When set to True, collects coverage information from child processes that are launched with low-level ACLs, for example, UWP apps. -->
|
||
|
|
<AllowLowIntegrityProcesses>True</AllowLowIntegrityProcesses>
|
||
|
|
<!-- When set to True, collects coverage information from child processes that are launched by test or production code. -->
|
||
|
|
<CollectFromChildProcesses>True</CollectFromChildProcesses>
|
||
|
|
<Attributes>
|
||
|
|
<Exclude>
|
||
|
|
<Attribute>^System.ObsoleteAttribute$</Attribute>
|
||
|
|
<Attribute>^System.CodeDom.Compiler.GeneratedCodeAttribute$</Attribute>
|
||
|
|
<Attribute>^System.Diagnostics.DebuggerHiddenAttribute$</Attribute>
|
||
|
|
<Attribute>^System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute$</Attribute>
|
||
|
|
</Exclude>
|
||
|
|
</Attributes>
|
||
|
|
</CodeCoverage>
|
||
|
|
</Configuration>
|
||
|
|
</DataCollector>
|
||
|
|
</DataCollectors>
|
||
|
|
</DataCollectionRunSettings>
|
||
|
|
</RunSettings>
|