Update github action file
This commit is contained in:
parent
94aa3a9a5a
commit
e9a1f84036
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
-Dsonar.projectName="$PROJECT_NAME" \
|
||||
-Dsonar.projectVersion="$PROJECT_VERSION" \
|
||||
-Dsonar.sources="$SOURCE_FOLDER_NAME" \
|
||||
-Dsonar.inclusions="**/*.py, **/*.xml, **/*.js" \
|
||||
-Dsonar.inclusions="**/*.py, **/*.xml, **/*.js, **/*.html, **/*.css" \
|
||||
-Dsonar.exclusions="**/__manifest__.py, **/migrations/**, **/__pycache__/**" \
|
||||
-Dsonar.sourceEncoding="UTF-8" \
|
||||
-Dsonar.host.url="$SONAR_HOST_URL" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue