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] MfciPkg: Correct Mfci script for switchover to using edk2toollib Variable Services #601

Merged

Conversation

apop5
Copy link
Contributor

@apop5 apop5 commented Oct 16, 2024

Description

When switching over to using edk2toollib's UefiVariable, SetVariable was not updated to only expect a single return value.

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

How This Was Tested

Tested on a system verifying the python error no longer occurs.

Integration Instructions

N/A

…able service (microsoft#598)

## Description

When switching over to using edk2toollib's UefiVariable, SetVariable was
not updated to only expect a single return value.

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

## How This Was Tested
Tested on a system verifying the python error no longer occurs.

## Integration Instructions
N/A
@github-actions github-actions bot added language:python Pull requests that update Python code impact:non-functional Does not have a functional impact labels Oct 16, 2024
@apop5 apop5 requested review from Javagedes, os-d and kuqin12 October 16, 2024 16:31
@apop5
Copy link
Contributor Author

apop5 commented Oct 16, 2024

Fixes #597

@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 11.21%. Comparing base (5beccf1) to head (734bf36).

Additional details and impacted files
@@               Coverage Diff               @@
##           release/202405     #601   +/-   ##
===============================================
  Coverage           11.21%   11.21%           
===============================================
  Files                 145      145           
  Lines               22057    22057           
  Branches             2450     2450           
===============================================
  Hits                 2473     2473           
  Misses              19550    19550           
  Partials               34       34           
Flag Coverage Δ
MfciPkg 39.37% <ø> (ø)

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.

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 language:python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants