microsoft / mu_basecore

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

[REBASE&FF] CryptoPkg: Require exact crypto version match #1160

Closed Javagedes closed 3 weeks ago

Javagedes commented 3 weeks ago

Description

Crypto versioning is not currently backwards compatible. This change updates the check to require an exact match of the crypto version.

Cherry-pick from dev/202405: https://github.com/microsoft/mu_basecore/commit/34455f5e1f8ec100213c030f7f201707a89d89e1

How This Was Tested

N/A

Integration Instructions

N/A

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 1.44%. Comparing base (d857e20) to head (4db82f9). Report is 1 commits behind head on release/202405.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/202405 #1160 +/- ## ================================================== - Coverage 1.59% 1.44% -0.15% ================================================== Files 1448 1447 -1 Lines 362500 360384 -2116 Branches 5632 0 -5632 ================================================== - Hits 5776 5204 -572 + Misses 356617 355180 -1437 + Partials 107 0 -107 ``` | [Flag](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1160/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/1160/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `0.61% <ø> (-0.07%)` | :arrow_down: | | [MdePkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1160/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `4.92% <ø> (-0.50%)` | :arrow_down: | | [NetworkPkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1160/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `0.50% <ø> (-0.05%)` | :arrow_down: | | [PolicyServicePkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1160/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `28.75% <ø> (-1.66%)` | :arrow_down: | | [UefiCpuPkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1160/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `4.36% <ø> (-0.37%)` | :arrow_down: | 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.