We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a072d80 commit ae49d34Copy full SHA for ae49d34
1 file changed
sonar-project.properties
@@ -19,6 +19,12 @@ sonar.python.coverage.reportPaths=coverage.xml
19
sonar.javascript.lcov.reportPaths=src/ui/web/coverage/lcov.info
20
sonar.typescript.lcov.reportPaths=src/ui/web/coverage/lcov.info
21
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/**
27
+
28
# ------------------------------------------------------
29
# Exclusions (files that don't need coverage)
30
0 commit comments