Skip to content
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

Added mock library for SmmServicesTableLib and mock protocol for SmmCpu #784

Conversation

v-bhavanisu
Copy link
Contributor

@v-bhavanisu v-bhavanisu commented Apr 1, 2024

Description

Added mock library for SmmServicesTableLib and mock protocol for SmmCpu

  • Impacts functionality?
    • Functionality - Does the change ultimately impact how firmware functions?
    • Examples: Add a new library, publish a new PPI, update an algorithm, ...
  • Impacts security?
    • Security - Does the change have a direct security impact on an application,
      flow, or firmware?
    • Examples: Crypto algorithm change, buffer overflow fix, parameter
      validation improvement, ...
  • Breaking change?
    • Breaking change - Will anyone consuming this change experience a break
      in build or boot behavior?
    • Examples: Add a new library class, move a module to a different repo, call
      a function in a new library class in a pre-existing module, ...
  • Includes tests?
    • Tests - Does the change include any explicit test code?
    • Examples: Unit tests, integration tests, robot tests, ...
  • Includes documentation?
    • Documentation - Does the change contain explicit documentation additions
      outside direct code modifications (and comments)?
    • Examples: Update readme file, add feature readme file, link to documentation
      on an a separate Web page, ...

How This Was Tested

Added this mock lib and mock protocol to Gen11 library and ensured no build errors

Integration Instructions

N/A

@github-actions github-actions bot added the impact:non-functional Does not have a functional impact label Apr 1, 2024
@VivianNK VivianNK self-requested a review April 1, 2024 17:28
@codecov-commenter
Copy link

codecov-commenter commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 1.23%. Comparing base (dcdd08f) to head (804d06d).

Additional details and impacted files
@@                Coverage Diff                 @@
##           release/202311     #784      +/-   ##
==================================================
+ Coverage            1.06%    1.23%   +0.17%     
==================================================
  Files                1302     1302              
  Lines              330332   332095    +1763     
  Branches             6686     6686              
==================================================
+ Hits                 3515     4117     +602     
- Misses             326367   327902    +1535     
+ Partials              450       76     -374     
Flag Coverage Δ
MdeModulePkg 0.69% <ø> (+0.27%) ⬆️
MdePkg 5.37% <ø> (ø)
NetworkPkg 0.00% <ø> (ø)
PolicyServicePkg 30.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@v-bhavanisu v-bhavanisu force-pushed the personal/bhavani/SmmServicesTableLib2 branch from 7feb758 to 2a32406 Compare April 2, 2024 17:49
@v-bhavanisu v-bhavanisu force-pushed the personal/bhavani/SmmServicesTableLib2 branch from 2a32406 to 804d06d Compare April 2, 2024 18:27
@VivianNK VivianNK merged commit ac3f066 into microsoft:release/202311 Apr 2, 2024
32 checks passed
ProjectMuBot referenced this pull request in microsoft/mu_tiano_platforms Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:non-functional Does not have a functional impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants