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

MfciPkg: Correct Mfci script for switchover to using edk2toollib Variable service #598

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

@apop5
Copy link
Contributor Author

apop5 commented Oct 16, 2024

fixes #597

@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 os-d, kuqin12 and Javagedes October 16, 2024 03:05
@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.40%. Comparing base (3034353) to head (6e49cfb).

Additional details and impacted files
@@             Coverage Diff             @@
##           dev/202405     #598   +/-   ##
===========================================
  Coverage       11.40%   11.40%           
===========================================
  Files             145      145           
  Lines           21915    21915           
  Branches         2546     2546           
===========================================
  Hits             2499     2499           
  Misses          19382    19382           
  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.

@apop5 apop5 merged commit 432cf23 into microsoft:dev/202405 Oct 16, 2024
28 checks passed
apop5 added a commit to apop5/mu_plus that referenced this pull request Oct 16, 2024
…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
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