From 44a00c736fbc86bd95c465c1765cb91238342f50 Mon Sep 17 00:00:00 2001 From: Jerry Guo Date: Fri, 13 Sep 2024 10:12:58 +0200 Subject: [PATCH] sonar settings Signed-off-by: Jerry Guo --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index bb47436c8..041458e6f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -11,7 +11,7 @@ sonar.projectVersion=1.0 # include C++ and Python source file # since the C++ part is header only, also include the C++ unit test .cpp file -sonar.sources=src,tests/cpp_unit_tests,tests/cpp_integration_tests,tests/cpp_validation_tests,tests/c_api_tests,power_grid_model_c +sonar.sources=src,tests/cpp_unit_tests,tests/cpp_integration_tests,tests/cpp_validation_tests,tests/api_tests,power_grid_model_c sonar.tests=tests/unit sonar.sourceEncoding=UTF-8