mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
* enable code coverage for ADO test run * fix debugtype default * use file name instead of guid * use wildcard for test dll name
33 lines
1.9 KiB
Plaintext
33 lines
1.9 KiB
Plaintext
<RunSettings>
|
|
<DataCollectionRunSettings>
|
|
<DataCollectors>
|
|
<DataCollector friendlyName="Code Coverage" uri="datacollector://Microsoft/CodeCoverage/2.0" assemblyQualifiedName="Microsoft.VisualStudio.Coverage.DynamicCoverageDataCollector, Microsoft.VisualStudio.TraceCollector, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
<Configuration>
|
|
<CodeCoverage>
|
|
<ModulePaths>
|
|
<Include>
|
|
<ModulePath>.*SqlTools.*</ModulePath>
|
|
</Include>
|
|
<Exclude>
|
|
<ModulePath>.*Microsoft\.SqlTools\.ServiceLayer\.IntegrationTests\.dll</ModulePath>
|
|
<ModulePath>.*Microsoft\.SqlTools\.ServiceLayer\.UnitTests\.dll</ModulePath>
|
|
<ModulePath>.*Nunit.*</ModulePath>
|
|
<ModulePath>.*Moq.*</ModulePath>
|
|
<ModulePath>.*Microsoft\.SqlTools\.Hosting\.UnitTests\.dll</ModulePath>
|
|
<ModulePath>.*Microsoft\.SqlTools\.ManagedBatchParser\.IntegrationTests\.dll</ModulePath>
|
|
<ModulePath>.*Microsoft\.SqlTools\.ServiceLayer\.PerfTests\.dll</ModulePath>
|
|
<ModulePath>.*Microsoft\.SqlTools\.ServiceLayer\.Test.Common\.dll</ModulePath>
|
|
<ModulePath>.*Microsoft\.SqlTools\.ServiceLayer\.TestDriver.*</ModulePath>
|
|
<ModulePath>.*Microsoft\.SqlTools\.ServiceLayer\.TestDriver.Tests\.dll</ModulePath>
|
|
</Exclude>
|
|
</ModulePaths>
|
|
<UseVerifiableInstrumentation>True</UseVerifiableInstrumentation>
|
|
<AllowLowIntegrityProcesses>True</AllowLowIntegrityProcesses>
|
|
<CollectFromChildProcesses>True</CollectFromChildProcesses>
|
|
<CollectAspDotNet>False</CollectAspDotNet>
|
|
</CodeCoverage>
|
|
</Configuration>
|
|
</DataCollector>
|
|
</DataCollectors>
|
|
</DataCollectionRunSettings>
|
|
</RunSettings> |