File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 6565 --blame-crash
6666 --results-directory testresults
6767 --collect "XPlat Code Coverage" -- RunConfiguration.CollectSourceInformation=true
68+ --settings test.runsettings
6869
6970 - name : Upload test results artifact
7071 if : always()
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <RunSettings >
3+ <DataCollectionRunSettings >
4+ <DataCollectors >
5+ <DataCollector friendlyName =" XPlat Code Coverage" >
6+ <Configuration >
7+ <Exclude >
8+ <Attribute >System.Runtime.CompilerServices.CompilerGeneratedAttribute</Attribute >
9+ <Attribute >System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute</Attribute >
10+ </Exclude >
11+ </Configuration >
12+ </DataCollector >
13+ </DataCollectors >
14+ </DataCollectionRunSettings >
15+ </RunSettings >
You can’t perform that action at this time.
0 commit comments