From 0cb3766f49736430970f8892c55434a528536248 Mon Sep 17 00:00:00 2001 From: Pierre Jeanjacquot <26487010+PierreJeanjacquot@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:09:44 +0200 Subject: [PATCH 1/2] ci: fix sonar reference branch --- sonar-project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-project.properties b/sonar-project.properties index 31290a9d..50b05aac 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,5 @@ sonar.organization=iexecblockchaincomputing sonar.projectKey=iExecBlockchainComputing_iexec-sdk sonar.sources=src/ +sonar.newCode.referenceBranch=master sonar.javascript.lcov.reportPaths=coverage/lcov.info \ No newline at end of file From 7d7af190be6d2a4d6cedb25e62729f15acfd119b Mon Sep 17 00:00:00 2001 From: Pierre Jeanjacquot <26487010+PierreJeanjacquot@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:12:23 +0200 Subject: [PATCH 2/2] ci: set sonar test property --- sonar-project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-project.properties b/sonar-project.properties index 50b05aac..2237d6ea 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,6 @@ sonar.organization=iexecblockchaincomputing sonar.projectKey=iExecBlockchainComputing_iexec-sdk sonar.sources=src/ +sonar.tests=test/ sonar.newCode.referenceBranch=master sonar.javascript.lcov.reportPaths=coverage/lcov.info \ No newline at end of file