Re: [edk2-devel] [PATCH 3/3] .azurepipelines: Install code coverage tool

2022-12-20 Thread Guo, Gua
Will follow up in my next patch. -Original Message- From: Michael Kubacki Sent: Wednesday, December 21, 2022 11:42 AM To: devel@edk2.groups.io; Guo, Gua Cc: Sean Brogan ; Barkelew, Bret ; Kinney, Michael D ; Gao, Liming Subject: Re: [edk2-devel] [PATCH 3/3] .azurepipelines: Install

Re: [edk2-devel] [PATCH 3/3] .azurepipelines: Install code coverage tool

2022-12-20 Thread Michael Kubacki
The "DiskName" variable in this line does not appear to be used (in gen_code_coverage_msvc()): DiskName = workspace[:workspace.find (":\\") + 2] --- Can you move the HostBasedUnitRunner changes to patch 2? That was scoped for BaseTools and this patch is scoped for .azurepipelines. On 9/29