[edk2-devel] [PATCH v6 0/3] Add code coverage support for GCC/MSVC

Guo, Gua posted 3 patches 1 year, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.azurepipelines/Ubuntu-GCC5.yml               |   5 +-
.azurepipelines/Windows-VS2019.yml            |   5 +
.../templates/pr-gate-build-job.yml           |   2 +
.azurepipelines/templates/pr-gate-steps.yml   |   4 +
.../HostBasedUnitTestRunner.py                | 100 ++++++++++++++++++
UnitTestFrameworkPkg/ReadMe.md                |  45 +++++++-
.../UnitTestFrameworkPkg.ci.yaml              |   1 +
.../UnitTestFrameworkPkgHost.dsc.inc          |   3 +-
pip-requirements.txt                          |   2 +
9 files changed, 163 insertions(+), 4 deletions(-)
[edk2-devel] [PATCH v6 0/3] Add code coverage support for GCC/MSVC
Posted by Guo, Gua 1 year, 4 months ago
From: Gua Guo <gua.guo@intel.com>

V1: Add coverage option for GCC
V2: Add ReadMe.md for how to generate coverage report
V3: Add VS2019 and GCC code coverage support
V4: Add VS2019 and GCC Azure CI/CD support
V5: Fix some typo and some flow issue
V6: Remove html coverage information
  - Due to python 3.11 install lxml will be failure,
  pycobertura need it to convert cobertura format to
  html file.
  - Add section for developer how to use OpenCppCoverage
  on IDE Visual Studio

Gua Guo (3):
  UnitTestFrameworkPkg: Add code coverage support for GCC
  BaseTools/Plugin: Add coverage support for Unit Test
  .azurepipelines: Install code coverage tool

 .azurepipelines/Ubuntu-GCC5.yml               |   5 +-
 .azurepipelines/Windows-VS2019.yml            |   5 +
 .../templates/pr-gate-build-job.yml           |   2 +
 .azurepipelines/templates/pr-gate-steps.yml   |   4 +
 .../HostBasedUnitTestRunner.py                | 100 ++++++++++++++++++
 UnitTestFrameworkPkg/ReadMe.md                |  45 +++++++-
 .../UnitTestFrameworkPkg.ci.yaml              |   1 +
 .../UnitTestFrameworkPkgHost.dsc.inc          |   3 +-
 pip-requirements.txt                          |   2 +
 9 files changed, 163 insertions(+), 4 deletions(-)

-- 
2.31.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97338): https://edk2.groups.io/g/devel/message/97338
Mute This Topic: https://groups.io/mt/95660149/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-