2 references to CoverageFriendlyName
Microsoft.TestPlatform.CrossPlatEngine (2)
AttachmentsProcessing\DataCollectorAttachmentsProcessorsFactory.cs (2)
127
datacollectorsAttachmentsProcessors.Add(typeof(CodeCoverageDataAttachmentsHandler).AssemblyQualifiedName!, new Tuple<string, IDataCollectorAttachmentProcessor>(
CoverageFriendlyName
, new CodeCoverageDataAttachmentsHandler()));
128
EqtTrace.Info($"DataCollectorAttachmentsProcessorsFactory: Collector attachment processor '{typeof(CodeCoverageDataAttachmentsHandler).AssemblyQualifiedName}' for the data collector with friendly name '{
CoverageFriendlyName
}' added to the 'run list'");