Added several mock libraries for google test#1750
Merged
apop5 merged 3 commits intomicrosoft:release/202511from Apr 17, 2026
Merged
Added several mock libraries for google test#1750apop5 merged 3 commits intomicrosoft:release/202511from
apop5 merged 3 commits intomicrosoft:release/202511from
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/202511 #1750 +/- ##
=================================================
Coverage ? 2.21%
=================================================
Files ? 1633
Lines ? 420176
Branches ? 4949
=================================================
Hits ? 9308
Misses ? 410793
Partials ? 75
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
310ea3c to
9efefa7
Compare
MarcChen46
reviewed
Apr 8, 2026
598f9eb to
ca74ee2
Compare
apop5
approved these changes
Apr 9, 2026
Contributor
⏩ QEMU Validation SkippedThe PR was merged before validation completed. This comment was automatically generated by the Mu QEMU PR Validation workflow. |
Contributor
Author
|
Hi @apop5 , If no further request, could you please help to merge this PR? |
Flickdm
approved these changes
Apr 16, 2026
Collaborator
|
Since they are cherry-picks, can you rebase this PR onto the latest? |
Added BaseCryptLib's mock library for google test so one can make google test drives consuming it Signed-off-by: Paddy Deng <PaddyDeng@ami.com> (cherry picked from commit e9f03fca2859a821af277356eeb757a3efd1f1f7)
Added several mock libraries for google test so one can make google test drives consuming those libraries: - MockTpmMeasurementLib - MockFirmwareVolumeShadowPpi Signed-off-by: Paddy Deng <PaddyDeng@ami.com> (cherry picked from commit d68752de91db50259a65b49a9d3b2d98eec767c2)
Added several mock libraries for google test so one can make google test drives consuming those libraries: - MockReportStatusCodeLib - MockSerialPortLib Signed-off-by: Paddy Deng <PaddyDeng@ami.com> (cherry picked from commit 4eb86f009d9392dbd18b594a30c3eceaf7d73c8e)
ca74ee2 to
b91940d
Compare
Contributor
Author
|
Updated and merged, thank you Aaron for the kind help. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added several mock libraries for google test
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
How This Was Tested
Tested with pipelines.
Integration Instructions
N/A