forked from timoa/app-stores-prometheus-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
36 lines (29 loc) · 1.34 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
36
sonar.projectKey=timoa_app-stores-prometheus-exporter
sonar.projectName=app-stores-prometheus-exporter
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/timoa/app-stores-prometheus-exporter
sonar.links.ci=https://travis-ci.com/timoa/app-stores-prometheus-exporter
sonar.links.scm=https://github.com/timoa/app-stores-prometheus-exporter
sonar.links.issue=https://github.com/timoa/app-stores-prometheus-exporter/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
sonar.host.url=https://sonarcloud.io
sonar.organization=timoa-github
sonar.login=timoa@github
sonar.scm.provider=git
sonar.pullrequest.provider=github
sonar.pullrequest.github.repository=timoa/app-stores-prometheus-exporter
sonar.sources=src
sonar.exclusions=node_modules/**/*, src/html/**/*
# =====================================================
# Java config
# =====================================================
sonar.java.source=1.8
sonar.java.binaries=.
# =====================================================
# Test coverage
# =====================================================
sonar.javascript.lcov.reportPaths=coverage/lcov.info