Skip to content

Commit eb73dc4

Browse files
committed
➕ Add source path for testing coverage report feature.
1 parent f5c10dc commit eb73dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sonar.projectName=GitHub-Action_Reusable_Workflows-Python
66
sonar.projectVersion=4.0.0
77

88
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9-
sonar.sources=.github/workflows/,scripts/
9+
sonar.sources=.github/workflows/,scripts/,test_gh_workflow/
1010

1111
# Python test coverage settings
1212
sonar.python.coverage.reportPaths=coverage*.xml

0 commit comments

Comments
 (0)