Skip to content

Commit

Permalink
Integration steps for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Nov 21, 2023
1 parent 0fa9f4e commit 3414aa8
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions .azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
variables:
- group: architectures-arm-64-x86-64
- group: tool-chain-ubuntu-gcc
- group: coverage

extends:
template: MuDevOpsWrapper.yml
Expand Down
1 change: 1 addition & 0 deletions .azurepipelines/Windows-VS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
variables:
- group: architectures-x86-64
- group: tool-chain-windows-visual-studio-latest
- group: coverage

extends:
template: MuDevOpsWrapper.yml
Expand Down
31 changes: 31 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## @file
# codecov upload configuration file to carryforward coverage results of
# packages that do not upload coverage results for a given pull request.
##
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
flags:
AdvLoggerPkg:
carryforward: true
HidPkg:
carryforward: true
MfciPkg:
carryforward: true
MsApplicationPkg:
carryforward: true
MsCorePkg:
carryforward: true
MsGraphicsPkg:
carryforward: true
MsWheaPkg:
carryforward: true
PcBdsPkg:
carryforward: true
TpmTestingPkg:
carryforward: true
UefiTestingPkg:
carryforward: true
XmlSupportPkg:
carryforward: true

1 change: 1 addition & 0 deletions pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ edk2-pytool-extensions==0.26.2
edk2-basetools==0.1.29
antlr4-python3-runtime==4.13.1
regex==2023.10.3
pygount==1.6.1

0 comments on commit 3414aa8

Please sign in to comment.