From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web11.33235.1672658287716569998 for ; Mon, 02 Jan 2023 03:18:08 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=gCqSVjg5; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: gua.guo@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672658287; x=1704194287; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HhYMOIYA7b5x5z/u4r3/5vS1ULrofzvKeiWwCVevRDg=; b=gCqSVjg5mp9yozV+RG9X1F00pJZQkKaKMR5rA0Yhah++P2hClPj+2gp2 hkpOHcbrqtsx9oDf1/aNOif1f4zOCHH93QUzcB3z2FFmpESnk9wQFhZQI 84FTvew5gLX1tZl6uL0FOKmQBj51wc4N340JUomczJCBuHjBuSgyBkfm6 B/Q2CACb0OIcbmhhoVOmy4QIfbwOqCLKQPduVuq6Mr4SCaH34oXnKm9Kc rF2AY56sZ6+tpN2Dr0sRjJfRBZrORDWew4W94WJOFrApjzmZ0jyirlv3a AnlAyLIB7aacBEDgPoQzznudp63/um9niRiIPOvwLDRe0hLmQDUp5QimN g==; X-IronPort-AV: E=McAfee;i="6500,9779,10577"; a="407727629" X-IronPort-AV: E=Sophos;i="5.96,293,1665471600"; d="scan'208";a="407727629" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jan 2023 03:18:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10577"; a="654471745" X-IronPort-AV: E=Sophos;i="5.96,293,1665471600"; d="scan'208";a="654471745" Received: from gguo-desk.gar.corp.intel.com ([10.5.215.23]) by orsmga002.jf.intel.com with ESMTP; 02 Jan 2023 03:18:06 -0800 From: "Guo, Gua" To: devel@edk2.groups.io Cc: Gua Guo Subject: [PATCH v7 0/3] Add code coverage support for GCC/MSVC Date: Mon, 2 Jan 2023 19:17:59 +0800 Message-Id: X-Mailer: git-send-email 2.31.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Gua Guo *** BLURB HERE *** 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 | 36 +++++++ .azurepipelines/templates/pr-gate-steps.yml | 4 + .../HostBasedUnitTestRunner.py | 101 +++++++++++++++++- UnitTestFrameworkPkg/ReadMe.md | 41 +++++++ .../UnitTestFrameworkPkg.ci.yaml | 1 + .../UnitTestFrameworkPkgHost.dsc.inc | 3 +- pip-requirements.txt | 2 + 9 files changed, 195 insertions(+), 3 deletions(-) -- 2.31.1.windows.1