diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 2757177..f42e5e4 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,11 +1,11 @@ # Path to sources -sonar.sources=./steam -sonar.exclusions=./steam/protobufs -sonar.inclusions=./recipes +sonar.sources=steam/**,recipes/** +sonar.exclusions=steam/protobufs/*.py +#sonar.inclusions= # Path to tests -sonar.tests=./tests +sonar.tests=tests/*.py #sonar.test.exclusions= #sonar.test.inclusions=