-
Notifications
You must be signed in to change notification settings - Fork 8
/
sonar-project.properties
35 lines (28 loc) · 1.29 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
sonar.projectKey=timoa_nodejs-encryption-api-example
sonar.projectName=nodejs-encryption-api-example
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/timoa/nodejs-encryption-api-example
sonar.links.ci=https://travis-ci.com/timoa/nodejs-encryption-api-example
sonar.links.scm=https://github.com/timoa/nodejs-encryption-api-example
sonar.links.issue=https://github.com/timoa/nodejs-encryption-api-example/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
sonar.host.url=https://sonarcloud.io
sonar.organization=timoa-github
sonar.scm.provider=git
sonar.pullrequest.provider=github
sonar.pullrequest.github.repository=timoa/nodejs-encryption-api-example
sonar.sources=src
sonar.exclusions=node_modules/**/*
# =====================================================
# Java config
# =====================================================
sonar.java.source=1.8
sonar.java.binaries=.
# =====================================================
# Test coverage
# =====================================================
sonar.javascript.lcov.reportPaths=coverage/lcov.info