microsoft / mu_feature_mm_supv

Project Mu - Feature Repo - MM Supervisor
https://microsoft.github.io/mu
Other
48 stars 29 forks source link

Fixing override break due to PiSmmCpuDxeSmm updates. #307

Closed apop5 closed 4 months ago

apop5 commented 4 months ago

Description

PiSmmCpuDxeSmm was updated to use Panic library and Panic calls instead of CPU_DEADLOOPs for error conditions. This changed the generated override validation tag. mu_feature_mm_supv needed updated.

The consumption of PanicLib was not introduced at this time. Details can be seen at link below:   https://github.com/microsoft/mu_basecore/commit/bbbff00dc39a67dc1e44aa0ce392d460b12f66b9

How This Was Tested

Local CI, and a mu_tiano_platforms build with newer version.

Integration Instructions

N/A

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.47%. Comparing base (207857e) to head (534ba0c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #307 +/- ## ===================================== Coverage 0.47% 0.47% ===================================== Files 144 144 Lines 22079 22079 Branches 60 60 ===================================== Hits 105 105 Misses 21969 21969 Partials 5 5 ``` | [Flag](https://app.codecov.io/gh/microsoft/mu_feature_mm_supv/pull/307/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | Coverage Δ | | |---|---|---| | [MmSupervisorPkg](https://app.codecov.io/gh/microsoft/mu_feature_mm_supv/pull/307/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `0.47% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.