|
|
|
@ -4,14 +4,15 @@
|
|
|
|
|
<DataCollectors>
|
|
|
|
|
<DataCollector friendlyName="XPlat code coverage">
|
|
|
|
|
<Configuration>
|
|
|
|
|
<Format>cobertura</Format>
|
|
|
|
|
<Format>cobertura</Format>
|
|
|
|
|
<Exclude>[coverlet.*.tests?]*,[*]Coverlet.Core*,[*]Moq*</Exclude> <!-- [Assembly-Filter]Type-Filter -->
|
|
|
|
|
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
|
|
|
|
|
<SingleHit>false</SingleHit>
|
|
|
|
|
<UseSourceLink>true</UseSourceLink>
|
|
|
|
|
<UseSourceLink>false</UseSourceLink>
|
|
|
|
|
<IncludeTestAssembly>false</IncludeTestAssembly>
|
|
|
|
|
<SkipAutoProps>true</SkipAutoProps>
|
|
|
|
|
</Configuration>
|
|
|
|
|
</DataCollector>
|
|
|
|
|
</DataCollectors>
|
|
|
|
|
</DataCollectionRunSettings>
|
|
|
|
|
</RunSettings>
|
|
|
|
|
</RunSettings>
|
|
|
|
|