From 567393921be89fe429e42f337b4d054f12cab598 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:58:36 -0700 Subject: [PATCH] Adjust the coverage path information --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 4e9d1fe5c..443f5c4cb 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -13,7 +13,7 @@ sonar.python.version=3.10,3.11,3.12,3.13 # Coverage reports sonar.python.coverage.reportPaths=merged-backend-coverage.xml -sonar.javascript.lcov.reportPaths=lcov.info +sonar.javascript.lcov.reportPaths=coverage/lcov.info # Test execution reports sonar.junit.reportPaths=**/junit.xml,**/test-results.xml