8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c3010 commit 82a628bCopy full SHA for 82a628b
build_tools/azure/windows.yml
@@ -51,6 +51,7 @@ jobs:
51
- bash: ./build_tools/azure/combine_coverage_reports.sh
52
condition: and(succeeded(), eq(variables['COVERAGE'], 'true'),
53
eq(variables['SELECTED_TESTS'], ''))
54
+ displayName: 'Combine coverage'
55
- task: PublishTestResults@2
56
inputs:
57
testResultsFiles: '$(TEST_DIR)/$(JUNITXML)'
0 commit comments