Skip to content

Commit 82a628b

Browse files
Apply suggestions from code review
Co-authored-by: Julien Jerphanion <[email protected]>
1 parent e5c3010 commit 82a628b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_tools/azure/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- bash: ./build_tools/azure/combine_coverage_reports.sh
5252
condition: and(succeeded(), eq(variables['COVERAGE'], 'true'),
5353
eq(variables['SELECTED_TESTS'], ''))
54+
displayName: 'Combine coverage'
5455
- task: PublishTestResults@2
5556
inputs:
5657
testResultsFiles: '$(TEST_DIR)/$(JUNITXML)'

0 commit comments

Comments
 (0)