2020-01-13 15:22:52 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<RunSettings>
|
|
|
|
<DataCollectionRunSettings>
|
|
|
|
<DataCollectors>
|
|
|
|
<DataCollector friendlyName="XPlat code coverage">
|
|
|
|
<Configuration>
|
2023-12-31 14:05:19 +00:00
|
|
|
<Format>cobertura</Format>
|
2020-01-13 15:22:52 +00:00
|
|
|
<Exclude>[coverlet.*.tests?]*,[*]Coverlet.Core*,[*]Moq*</Exclude> <!-- [Assembly-Filter]Type-Filter -->
|
|
|
|
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
|
|
|
|
<SingleHit>false</SingleHit>
|
2023-12-31 14:05:19 +00:00
|
|
|
<UseSourceLink>false</UseSourceLink>
|
2020-01-13 15:22:52 +00:00
|
|
|
<IncludeTestAssembly>false</IncludeTestAssembly>
|
2023-12-31 14:24:23 +00:00
|
|
|
<SkipAutoProps>true</SkipAutoProps>
|
2020-01-13 15:22:52 +00:00
|
|
|
</Configuration>
|
|
|
|
</DataCollector>
|
|
|
|
</DataCollectors>
|
|
|
|
</DataCollectionRunSettings>
|
2023-12-31 14:05:19 +00:00
|
|
|
</RunSettings>
|