We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae49d34 commit 17b431fCopy full SHA for 17b431f
1 file changed
sonar-project.properties
@@ -22,8 +22,9 @@ sonar.typescript.lcov.reportPaths=src/ui/web/coverage/lcov.info
22
# ------------------------------------------------------
23
# Coverage Exclusions (files excluded from coverage gating)
24
25
-# Exclude UI and scripts from coverage requirements
26
-sonar.coverage.exclusions=src/ui/web/**,scripts/**
+# Exclude UI, scripts, and __init__.py files from coverage requirements
+# __init__.py files are typically small and can drag coverage % down
27
+sonar.coverage.exclusions=src/ui/web/**,scripts/**,**/__init__.py
28
29
30
# Exclusions (files that don't need coverage)
0 commit comments