Skip to content

Commit

Permalink
Update .sonarcloud.properties
Browse files Browse the repository at this point in the history
Signed-off-by: Raoul Linnenbank <58594297+rflinnenbank@users.noreply.github.com>
  • Loading branch information
rflinnenbank authored Apr 10, 2024
1 parent 5b52509 commit 6302e48
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,27 @@
# -------------------------------------------------------
#

# Required metadata
sonar.projectKey=alliander-opensource_weather-provider-libraries
sonar.organization=alliander-opensource
sonar.projectName=Weather Provider Libraries
sonar.projectVersion=2.14.0
sonar.sourceEncoding=UTF-8

# Project folders
sonar.sources=src/weather_provider_libraries
sonar.tests=tests

# Language
sonar.language=py

# Python versions
sonar.python.version=3.11,3.12

sonar.links.homepage=https://github.com/alliander-opensource/weather-provider-libraries/
sonar.links.ci=https://github.com/alliander-opensourceweather-provider-libraries/docs/img/gitflow.svg
sonar.links.scm=https://github.com/alliander-opensource/weather-provider-libraries/
sonar.links.issue=https://github.com/alliander-opensource/weather-provider-libraries/issues

# Coverage
sonar.python.coverage.reportPaths=coverage.xml

0 comments on commit 6302e48

Please sign in to comment.