test: rename test -> tests
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index b27eac3b8b9e20ba43bf7ae0f23f9c360f4a4eb5..023b0ba5b52bd86d1a9eb136fcdf3d3d6a0e279e 100644 (file)
@@ -7,7 +7,7 @@ sonar.projectVersion=1.2.22
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src
-sonar.tests=test
+sonar.tests=tests
 
 sonar.javascript.lcov.reportPaths=coverage/lcov.info