]> git.r.bdr.sh - rbdr/cologne/blame - sonar-project.properties
Move the cache to the global scope
[rbdr/cologne] / sonar-project.properties
CommitLineData
7ce5b3cb
RBR
1sonar.projectKey=rbdr_cologne
2sonar.organization=rbdr
3
4# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
5sonar.sources=.
6
7# Encoding of the source code. Default is default system encoding
8sonar.sourceEncoding=UTF-8
9
10# Coverage path
11sonar.javascript.lcov.reportPaths=coverage/lcov.info
12sonar.coverage.exclusions='test/**/*'