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 a9751a4 commit eab7ecb
Show file tree
Hide file tree
Showing 4 changed files with 13 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 @@ -14,6 +14,7 @@
variables:
- group: architectures-arm64-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-arm64-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:
IpmiFeaturePkg:
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.49
antlr4-python3-runtime==4.13.1
regex
pygount==1.6.1

0 comments on commit eab7ecb

Please sign in to comment.