From d5b37e5e686c4b7e66662ea3b10d1dbdd59712b2 Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Mon, 5 Aug 2019 01:34:00 +0800 Subject: Hone code coverage result file path to avoid noise. --- CI/build-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/build-pipeline.yml b/CI/build-pipeline.yml index 2b9ce5fb..2c15e301 100644 --- a/CI/build-pipeline.yml +++ b/CI/build-pipeline.yml @@ -32,4 +32,4 @@ steps: condition: succeededOrFailed() inputs: codeCoverageTool: 'Cobertura' - summaryFileLocation: '**/coverage.cobertura.xml' + summaryFileLocation: '**/TestResults/*/coverage.cobertura.xml' -- cgit v1.2.3