diff --git a/sonar-project.properties b/sonar-project.properties index 31290a9d..2237d6ea 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +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