We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c5aeb commit 824a236Copy full SHA for 824a236
sonar-project.properties
@@ -10,3 +10,5 @@ sonar.links.ci=https://github.com/dianna-ai/dianna/actions
10
sonar.python.coverage.reportPaths=coverage.xml
11
sonar.python.xunit.reportPath=xunit-result.xml
12
sonar.python.pylint.reportPaths=pylint-report.txt
13
+# Exclude test subdirectories from source scope
14
+sonar.coverage.exclusions = dianna/dashboard/**
0 commit comments