Skip to content

Commit 400866d

Browse files
authored
[CI] Fix code coverage run on the public pipeline (#7725)
1 parent 2c1f492 commit 400866d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/azure-pipelines-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,4 @@ stages:
215215
- template: /eng/pipelines/templates/VerifyCoverageReport.yml
216216
parameters:
217217
# matches what is used in the conditions for the build/test jobs
218-
testVariants: ',_helix_tests'
218+
testVariants: '_pipeline_tests,_helix_tests'

0 commit comments

Comments
 (0)