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 20, 2023
1 parent 47b9607 commit e4dd8d7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,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 @@ -14,6 +14,7 @@
variables:
- group: architectures-x86-64
- group: tool-chain-windows-visual-studio-latest
- group: coverage

extends:
template: MuDevOpsWrapper.yml
Expand Down
10 changes: 10 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## @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:
SetupDataPkg:
carryforward: true
3 changes: 2 additions & 1 deletion pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ edk2-basetools==0.1.49
antlr4-python3-runtime==4.13.1
xmlschema==2.5.0
regex==2023.10.3
pywin32==306; sys_platform == 'win32'
pywin32==306; sys_platform == 'win32'
pygount==1.6.1

0 comments on commit e4dd8d7

Please sign in to comment.