v7.1.0
github-actions
released this
03 Nov 17:11
·
107 commits
to refs/heads/main
since this release
What's Changed
✨ Enhancements
-
Update Code Coverage Calculations @Javagedes (#266)
Change Details
Update code coverage calculations to have the ability to reorganize the report by INF using `stuart_parse` and `stuart_report.`
I have confirmed this as working using MuDevOpsWrapper for MU_BASECORE PRs:
Windows: Pipelines - Run 20231102.11 (azure.com)
Linux: Pipelines - Run 20231102.11 (azure.com)
Integration Instructions
Code Coverage is now disabled by default for MuDevOpsWrapper.yml. To enable CodeCoverage, set the calculate_code_coverage:
parameter to true
for MuDevOpsWrapper. Code Coverage now requires that your build_file
(typically CISetting.py) subclasses ParseSettingsManager
, which was introduced in edk2-pytool-extensions v0.26.0
Full Changelog: v7.0.2...v7.1.0