-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MockTcgPpiLib #345
Add MockTcgPpiLib #345
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev/202405 #345 +/- ##
==========================================
Coverage 1.43% 1.43%
==========================================
Files 159 159
Lines 37189 37189
Branches 273 273
==========================================
Hits 535 535
Misses 36654 36654
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Is there a corresponding PR into EDK2 to add this file there? |
No, we only add this mock in here. |
For this change and all mocks moving forward, please create a PR to edk2 first. |
Created tianocore/edk2#6363. |
SecurityPkg/Test/Mock/Library/GoogleTest/Ppi/MockTcgPpiLib/MockTcgPpiLib.cpp
Outdated
Show resolved
Hide resolved
e6eba64
to
46853d7
Compare
Description
To provide google test mock of TcgPpi
How This Was Tested
Tested on other consumer package that can leverage the MockTcgPpiLib for google test.
Integration Instructions
N/A