Skip to content

Commit f5c10dc

Browse files
committed
➕ Add properties configuration about SonarQube.
1 parent 079c00f commit f5c10dc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

sonar-project.properties

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sonar.projectKey=Chisanan232_GitHub-Action_Reusable_Workflows-Python
2+
sonar.organization=chisanan232
3+
4+
# This is the name and version displayed in the SonarCloud UI.
5+
sonar.projectName=GitHub-Action_Reusable_Workflows-Python
6+
sonar.projectVersion=4.0.0
7+
8+
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9+
sonar.sources=.github/workflows/,scripts/
10+
11+
# Python test coverage settings
12+
sonar.python.coverage.reportPaths=coverage*.xml
13+
14+
# Encoding of the source code. Default is default system encoding
15+
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)