aboutsummaryrefslogtreecommitdiff
path: root/sonar-project.properties
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 13:32:25 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 13:32:25 +0200
commit56cee367db416581068c78bdf2fe38e1c3ac8cf4 (patch)
tree4a9563b7d9771a722de7406a0fb84aa59c34cccf /sonar-project.properties
parent1db54b9b6a46877a7c5dd201dd124b609cd5fcf9 (diff)
Add sonar-cloud configuration
Diffstat (limited to 'sonar-project.properties')
-rw-r--r--sonar-project.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/sonar-project.properties b/sonar-project.properties
new file mode 100644
index 0000000..08b778a
--- /dev/null
+++ b/sonar-project.properties
@@ -0,0 +1,12 @@
+sonar.projectKey=rbdr_cologne
+sonar.organization=rbdr
+
+# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
+sonar.sources=.
+
+# Encoding of the source code. Default is default system encoding
+sonar.sourceEncoding=UTF-8
+
+# Coverage path
+sonar.javascript.lcov.reportPaths=coverage/lcov.info
+sonar.coverage.exclusions='test/**/*'