We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079c00f commit f5c10dcCopy full SHA for f5c10dc
sonar-project.properties
@@ -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