Skip to content

Commit 967e9bd

Browse files
committed
CCM-20515: exclude tmp folder from sonar
1 parent db26e43 commit 967e9bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/config/sonar-scanner.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sonar.qualitygate.wait=true
88
sonar.sources=.
99
sonar.tests=tests/, sandbox/__test__
1010
sonar.test.inclusions=tests/**.py, sandbox/__test__/**
11-
sonar.exclusions=.venv/**,proxies/utils/performance/*,scripts/render_hbs.js
11+
sonar.exclusions=.venv/**,proxies/utils/performance/*,scripts/render_hbs.js,sandbox/coverage/tmp/**
1212

1313
sonar.python.version=3.10.8
1414

0 commit comments

Comments
 (0)