We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8373af3 commit 44ab9f5Copy full SHA for 44ab9f5
sonar-project.properties
@@ -5,10 +5,11 @@ sonar.projectName=HowLongToBeat-PythonAPI
5
sonar.projectVersion=1.0.17
6
sonar.python.version=3.9
7
8
-# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9
-# This property is optional if sonar.modules is set.
10
-sonar.sources=.
+# Define separate root directories for sources and tests
+sonar.sources=howlongtobeatpy/howlongtobeatpy/**
11
sonar.exclusions=howlongtobeatpy/tests/**
12
13
-# Encoding of the source code. Default is default system encoding
14
-#sonar.sourceEncoding=UTF-8
+sonar.tests=howlongtobeatpy/tests/**
+sonar.test.inclusions=howlongtobeatpy/tests/**
+
15
+sonar.coverage.exclusions=**/codecov.yml,**/setup.py,**/__init__.py
0 commit comments