From 1dbea3041a7f77e4ed523e1ea8887cfbf56c2120 Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Fri, 1 Dec 2023 12:46:12 +0000 Subject: [PATCH] #2084: add files + remove extra slash --- .azure/azure-ci-build-pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index dffa5aa5..72d5427a 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -126,5 +126,6 @@ stages: codeCoverageTool: Cobertura summaryFileLocation: $(System.DefaultWorkingDirectory)/coverage.xml pathToSources: $(System.DefaultWorkingDirectory)/src/ - reportDirectory: $(System.DefaultWorkingDirectory)/src/coverage/html/ + reportDirectory: $(System.DefaultWorkingDirectory)/src/coverage/html + additionalCodeCoverageFiles: $(System.DefaultWorkingDirectory)/src/coverage/html/*.* failIfCoverageEmpty: true