-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.runsettings
More file actions
14 lines (14 loc) · 1011 Bytes
/
test.runsettings
File metadata and controls
14 lines (14 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8" ?>
<RunSettings>
<DataCollectionRunSettings>
<DataCollectors>
<DataCollector friendlyName="XPlat code coverage">
<Configuration>
<Format>cobertura</Format>
<Exclude>[*]LiveLingo.Desktop.Platform.Windows.*,[*]LiveLingo.Desktop.Platform.macOS.*,[*]LiveLingo.Desktop.Views.*,[*]LiveLingo.Desktop.Controls.*,[*]LiveLingo.Desktop.Program,[*]LiveLingo.Desktop.App,[*]LiveLingo.Desktop.Services.Update.VelopackUpdateService,[*]LiveLingo.Core.Engines.MarianOnnxEngine*,[*]LiveLingo.Core.Processing.QwenModelHost,[*]LiveLingo.Core.Processing.QwenTextProcessor,[*]LiveLingo.Core.Processing.SummarizeProcessor,[*]LiveLingo.Core.Processing.OptimizeProcessor,[*]LiveLingo.Core.Processing.ColloquializeProcessor</Exclude>
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
</Configuration>
</DataCollector>
</DataCollectors>
</DataCollectionRunSettings>
</RunSettings>