microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
.github/codecov.yml
31lines · modecode
| 1 | ## @file |
| 2 | # codecov upload configuration file to carryforward coverage results of |
| 3 | # packages that do not upload coverage results for a given pull request. |
| 4 | ## |
| 5 | # Copyright (c) Microsoft Corporation. |
| 6 | # SPDX-License-Identifier: BSD-2-Clause-Patent |
| 7 | ## |
| 8 | flags: |
| 9 | AdvLoggerPkg: |
| 10 | carryforward: true |
| 11 | HidPkg: |
| 12 | carryforward: true |
| 13 | MfciPkg: |
| 14 | carryforward: true |
| 15 | MsApplicationPkg: |
| 16 | carryforward: true |
| 17 | MsCorePkg: |
| 18 | carryforward: true |
| 19 | MsGraphicsPkg: |
| 20 | carryforward: true |
| 21 | MsWheaPkg: |
| 22 | carryforward: true |
| 23 | PcBdsPkg: |
| 24 | carryforward: true |
| 25 | TpmTestingPkg: |
| 26 | carryforward: true |
| 27 | UefiTestingPkg: |
| 28 | carryforward: true |
| 29 | XmlSupportPkg: |
| 30 | carryforward: true |
| 31 | |
| 32 | |