Add coverage run to GitHub actions
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index e09a1f859d9ea2ac3fe029aa88855e13b2d10edc..7a8bfd4dbf6f04cd2ec6a46a1ab7b7765eb2e757 100644 (file)
@@ -8,5 +8,7 @@ sonar.projectVersion=1.0.0
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 #sonar.sources=.
 
+sonar.javascript.lcov.reportPaths=coverage/lcov.info
+
 # Encoding of the source code. Default is default system encoding
 #sonar.sourceEncoding=UTF-8