From bd458d8fa01f0bdf8a0e3a68934351ce6f5d4823 Mon Sep 17 00:00:00 2001 From: Dimitris Tsapetis Date: Wed, 17 Feb 2021 16:09:30 -0500 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 688327a3e..83d5fa7f8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -65,7 +65,7 @@ steps: cliSources: '.' extraProperties: | sonar.exclusions=**/example/** - sonar.python.coverage.reportPaths=./coverage.xml + sonar.python.coverage.reportPaths=coverage.xml sonar.branch.name=feature/CI - script: |