microsoft / mu_basecore

Project Mu BaseCore
https://microsoft.github.io/mu/
Other
242 stars 124 forks source link

[Rebase & FF] 202405: DebugLib: add new assert behaviors #1001

Closed VivianNK closed 2 months ago

VivianNK commented 3 months ago

Description

New AssertLib behavior:


Changes from the following commits:

d3138534f6 93260d499b - split 411950837b

Removed definition of the following custom PI Status Codes from original commits:


How This Was Tested

Changes from release/202311

Integration Instructions

Upgrading from edk2 -> 202405: No change for platform

Upgrading from 202311 -> 202405: Change any reference to the PI Status Code macros as follows:

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Please upload report for BASE (release/202405@94bb414). Learn more about missing BASE report.

Files Patch % Lines
MdePkg/Library/BaseLib/AArch64/CpuBreakAssert.c 0.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/202405 #1001 +/- ## ================================================= Coverage ? 1.50% ================================================= Files ? 1436 Lines ? 359295 Branches ? 3601 ================================================= Hits ? 5423 Misses ? 353782 Partials ? 90 ``` | [Flag](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1001/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | Coverage Δ | | |---|---|---| | [MdeModulePkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1001/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `0.68% <ø> (?)` | | | [MdePkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1001/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `5.41% <0.00%> (?)` | | | [NetworkPkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1001/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `0.50% <ø> (?)` | | | [UefiCpuPkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1001/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `4.75% <ø> (?)` | | 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.

VivianNK commented 3 months ago

Merge after https://github.com/microsoft/mu_plus/pull/524