public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v4 0/3] UnitTestFrameworkPkg: Add code coverage support for GCC
@ 2022-09-27  4:39 Guo, Gua
  2022-09-27  4:39 ` [PATCH v4 1/3] " Guo, Gua
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Guo, Gua @ 2022-09-27  4:39 UTC (permalink / raw)
  To: devel; +Cc: Gua Guo

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/GCC CI/CD support

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 +
 .azurepipelines/templates/pr-gate-build-job.yml                     |   2 +
 .azurepipelines/templates/pr-gate-steps.yml                         |   5 +
 BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner.py | 119 ++++++++++++++++++++
 UnitTestFrameworkPkg/ReadMe.md                                      |  31 ++++-
 UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml                   |   2 +
 UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc               |   3 +-
 pip-requirements.txt                                                |   3 +
 9 files changed, 170 insertions(+), 5 deletions(-)

-- 
2.31.1.windows.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-28 11:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-27  4:39 [PATCH v4 0/3] UnitTestFrameworkPkg: Add code coverage support for GCC Guo, Gua
2022-09-27  4:39 ` [PATCH v4 1/3] " Guo, Gua
2022-09-27  4:39 ` [PATCH v4 2/3] BaseTools/Plugin: Add coverage support for Unit Test Guo, Gua
2022-09-27  4:39 ` [PATCH v4 3/3] .azurepipelines: Install code coverage tool Guo, Gua
2022-09-28 11:48 ` [PATCH v4 0/3] UnitTestFrameworkPkg: Add code coverage support for GCC Guo, Gua

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox