Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Nov 9, 2023
1 parent b50c490 commit 717b4a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .azurepipelines/MuDevOpsWrapper.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## @file
# Azure Pipeline build file for a build using mu_devops.
# Azure Pipeline build file for a build using mu_devops..............
#
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
# instead of the file in this repo.
Expand All @@ -17,7 +17,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v7.1.0
ref: personal/joeyvagedes/pkg-codecov

parameters:
- name: do_ci_build
Expand All @@ -43,6 +43,10 @@ parameters:
- name: calculate_code_coverage
displayName: Calculate Code Coverage From Unit Tests
default: false
- name: coverage_publish_target
displayName: Code Coverage Publish Target
type: string
default: 'ado' # 'ado', 'codecov'
- name: container_build
displayName: Flag for whether this repo should do stuart_setup
type: boolean
Expand Down Expand Up @@ -90,6 +94,7 @@ jobs:
do_ci_setup: ${{ parameters.do_ci_setup }}
do_pr_eval: ${{ parameters.do_pr_eval }}
calculate_code_coverage: ${{ parameters.calculate_code_coverage }}
coverage_publish_target: ${{ parameters.coverage_publish_target }}
do_non_ci_setup: ${{ parameters.do_non_ci_setup }}
do_non_ci_build: ${{ parameters.do_non_ci_build }}
build_matrix: ${{ parameters.build_matrix }}
Expand Down
1 change: 1 addition & 0 deletions .azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ extends:
do_non_ci_setup: true
do_pr_eval: true
calculate_code_coverage: true
coverage_publish_target: 'codecov'
container_build: true
os_type: Linux
build_matrix:
Expand Down
1 change: 1 addition & 0 deletions .azurepipelines/Windows-VS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ extends:
do_non_ci_setup: true
do_pr_eval: true
calculate_code_coverage: true
coverage_publish_target: 'codecov'
os_type: Windows_NT
build_matrix:
TARGET_MDE_CPU:
Expand Down

0 comments on commit 717b4a1

Please sign in to comment.