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

[Cherry-Pick] Fix naming convention in FirmwareVolume2 gmock #1207

Merged

Conversation

TsunFeng
Copy link
Contributor

@TsunFeng TsunFeng commented Nov 1, 2024

Description

Fix naming convention for FirmwareVolume2 gmock.

  • Rename FV_ReadFile -> FvReadFile
  • Rename FV_WriteFile -> FvWriteFile

cherry-pick of


  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

Unit tests component can call these mock functions success

Integration Instructions

N/A

…crosoft#1166)

## Description
Fix naming convention for FirmwareVolume2 gmock.
- Rename `FV_ReadFile` -> `FvReadFile`
- Rename `FV_WriteFile` -> `FvWriteFile`

----
- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

Unit tests component can call these mock functions success

## Integration Instructions

N/A

---------

Signed-off-by: TsunFeng <[email protected]>
@github-actions github-actions bot added the impact:non-functional Does not have a functional impact label Nov 1, 2024
@codecov-commenter
Copy link

codecov-commenter commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 1.59%. Comparing base (1780201) to head (1b30b63).

Additional details and impacted files
@@               Coverage Diff               @@
##           release/202405    #1207   +/-   ##
===============================================
  Coverage            1.59%    1.59%           
===============================================
  Files                1449     1449           
  Lines              362723   362723           
  Branches             5632     5632           
===============================================
  Hits                 5776     5776           
  Misses             356840   356840           
  Partials              107      107           
Flag Coverage Δ
MdeModulePkg 0.68% <ø> (ø)
MdePkg 5.42% <ø> (ø)
NetworkPkg 0.55% <ø> (ø)
PolicyServicePkg 30.41% <ø> (ø)
UefiCpuPkg 4.73% <ø> (ø)

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.

@makubacki makubacki added the type:bug Something isn't working label Nov 1, 2024
@apop5 apop5 requested a review from VivianNK November 1, 2024 19:36
@apop5 apop5 merged commit 8e9fa3b into microsoft:release/202405 Nov 1, 2024
32 checks passed
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 type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants