mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-28 17:57:45 +00:00
21 lines
695 B
XML
21 lines
695 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RunSettings>
|
|
<DataCollectionRunSettings>
|
|
<DataCollectors>
|
|
<DataCollector friendlyName="XPlat Code Coverage">
|
|
<Configuration>
|
|
<Format>json,cobertura,lcov,opencover</Format>
|
|
<Exclude>
|
|
<ModulePath>.*OoplesFinance.*</ModulePath>
|
|
<ModulePath>.*Skender.*</ModulePath>
|
|
<ModulePath>.*TALib.*</ModulePath>
|
|
<ModulePath>.*Tulip.*</ModulePath>
|
|
<ModulePath>.*xunit.*</ModulePath>
|
|
<ModulePath>.*Microsoft.*</ModulePath>
|
|
</Exclude>
|
|
</Configuration>
|
|
</DataCollector>
|
|
</DataCollectors>
|
|
</DataCollectionRunSettings>
|
|
</RunSettings>
|