forked from alliander-opensource/weather-provider-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sonarcloud.properties
28 lines (22 loc) · 952 Bytes
/
.sonarcloud.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
# Required metadata
sonar.projectKey=alliander-opensource_Weather-Provider-API
sonar.organization=alliander-opensource
sonar.projectName=weather_provider_api
sonar.projectVersion=2.12.20
# Comma-separated paths to directories with sources (required)
sonar.sources=weather_provider_api
# Language
sonar.language=py
sonar.python.version=3.6, 3.7, 3.8, 3.9
# Encoding of the source files
sonar.sourceEncoding=UTF-8
sonar.links.homepage=https://github.com/alliander-opensource/Weather-Provider-API/
sonar.links.ci=https://github.com/alliander-opensource/Weather-Provider-API/
sonar.links.scm=https://github.com/alliander-opensource/Weather-Provider-API/
sonar.links.issue=https://github.com/alliander-opensource/Weather-Provider-API/issues
sonar.login=5b626fc5341a72ecc77042ecf4047bffb43342f9
sonar.host.url=https://sonarcloud.io
# Unit tests
sonar.coverageReportPaths=./coverage.xml
sonar.python.coverage.reportPaths=./coverage.xml
sonar.tests=tests