]>
Commit | Line | Data |
---|---|---|
7ce5b3cb RBR |
1 | sonar.projectKey=rbdr_cologne |
2 | sonar.organization=rbdr | |
3 | ||
4 | # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. | |
5 | sonar.sources=. | |
6 | ||
7 | # Encoding of the source code. Default is default system encoding | |
8 | sonar.sourceEncoding=UTF-8 | |
9 | ||
10 | # Coverage path | |
11 | sonar.javascript.lcov.reportPaths=coverage/lcov.info | |
12 | sonar.coverage.exclusions='test/**/*' |