From 5884265a0aef7d51ce20eece5e0575a4928507c5 Mon Sep 17 00:00:00 2001 From: Albert Sola Date: Mon, 3 Nov 2025 16:32:19 +0000 Subject: [PATCH] MPT-14828 Sonarcloud warning on python-api-client pipeline --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index dbd75587..8b00e074 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -9,5 +9,5 @@ sonar.inclusions=mpt_api_client/** sonar.exclusions=tests/**,**/__init__.py sonar.python.coverage.reportPaths=coverage.xml -sonar.python.xunit.reportPath=coverage.xml,e2e-report.xml +sonar.python.xunit.reportPath=coverage.xml sonar.python.version=3