microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2d8ac10050d373d1c4b45aea63f17d763a4fc3f0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.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##
8flags:
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