Skip to content

Commit ae49d34

Browse files
committed
feat: exclude UI and scripts from SonarQube coverage gating
1 parent a072d80 commit ae49d34

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sonar-project.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ sonar.python.coverage.reportPaths=coverage.xml
1919
sonar.javascript.lcov.reportPaths=src/ui/web/coverage/lcov.info
2020
sonar.typescript.lcov.reportPaths=src/ui/web/coverage/lcov.info
2121

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+
2228
# ------------------------------------------------------
2329
# Exclusions (files that don't need coverage)
2430
# ------------------------------------------------------

0 commit comments

Comments
 (0)