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