Skip to content

Commit 8b164c7

Browse files
committed
fix sonar.coverage.exclusions
1 parent 0958b95 commit 8b164c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sonar.sources=tibiapy/
99
sonar.tests=tests/
1010
sonar.python.version=3.8
1111
sonar.python.coverage.reportPaths=coverage.xml
12-
sonar.coverage.exclusions=pyproject.toml
12+
sonar.coverage.exclusions=tibiapy/builders/*.py
1313
sonar.python.ruff.reportPaths=ruff.json
1414

1515
# Encoding of the source code. Default is default system encoding

0 commit comments

Comments
 (0)