15 lines
528 B
Text
15 lines
528 B
Text
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
|
<RunSettings>
|
||
|
|
<DataCollectionRunSettings>
|
||
|
|
<DataCollectors>
|
||
|
|
<DataCollector friendlyName="XPlat code coverage">
|
||
|
|
<Configuration>
|
||
|
|
<Format>cobertura,opencover</Format>
|
||
|
|
<Exclude>[*.Tests]*,[*.NdiInterop]*,[*.IntegrationTests]*</Exclude>
|
||
|
|
<ExcludeByAttribute>GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
|
||
|
|
</Configuration>
|
||
|
|
</DataCollector>
|
||
|
|
</DataCollectors>
|
||
|
|
</DataCollectionRunSettings>
|
||
|
|
</RunSettings>
|