Skip to content

Commit 3bce0a0

Browse files
Emily RaganEmily Ragan
authored andcommitted
Configure only python for now
1 parent 498d66a commit 3bce0a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ sonar.projectKey=OpenC3_cosmos
22
sonar.organization=openc3
33

44
# Define root directories for sources and tests
5-
sonar.sources = openc3/lib/,openc3/python/openc3/,openc3-cosmos-init/plugins/,openc3-cosmos-cmd-tlm-api/app/,openc3-cosmos-script-runner-api/app/
6-
sonar.tests = openc3/spec/,openc3/python/test,playwright/,openc3-cosmos-cmd-tlm-api/spec/,openc3-cosmos-script-runner-api/spec/
5+
sonar.sources = openc3/python/openc3/
6+
sonar.tests = openc3/python/test/
77

88
# Report paths
99
sonar.python.coverage.reportPaths=openc3/python/*

0 commit comments

Comments
 (0)