-
Notifications
You must be signed in to change notification settings - Fork 58
/
sonar-project.properties
17 lines (17 loc) · 1.62 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sonar.organization=constellation-app
sonar.projectKey=constellation-app_constellation
sonar.pullrequest.github.repository=constellation-app/constellation
sonar.pullrequest.provider=github
sonar.pullrequest.github.endpoint=https://api.github.com/
sonar.host.url=https://sonarcloud.io
sonar.projectVersion=2.0
sonar.modules=ProjectUpdater,CoreAlgorithmPlugins,CoreAnalyticSchema,CoreAnalyticView,CoreArrangementPlugins,CoreAttributeEditorView,CoreConversationView,CoreDataAccessView,CoreDependencies,CoreErrorReportView,CoreFindView,CoreFunctionality,CoreGraphFile,CoreGraphFramework,CoreGraphNode,CoreGraphUtilities,CoreHelp,CoreHistogramView,CoreImportExportPlugins,CoreInteractiveGraph,CoreLayersView,CoreMapView,CoreNamedSelectionView,CoreNotesView,CoreOpenGLDisplay,CorePluginFramework,CorePluginReporterView,CorePreferences,CoreQualityControlView,CoreScatterPlotView,CoreSchemaView,CoreScriptingView,CoreSecurity,CoreTableView,CoreTesting,CoreTimelineView,CoreUtilities,CoreViewFramework,CoreVisualGraph,CoreVisualSchema,CoreWebServer,CoreWebView,CoreWelcomeView,CoreWhatsNewView,CoreWordCloudView
sonar.java.source=21
sonar.java.binaries=./build
sonar.sources=./src
sonar.tests=./test
sonar.junit.reportPaths=build/test/unit/results/junitreports
sonar.coverage.jacoco.xmlReportPaths=build/test/unit/results/jacoco.xml
sonar.exclusions=**/src/au/gov/asd/tac/constellation/scripting/docs/javadoc/**/*,**/src/au/gov/asd/tac/constellation/webserver/api/resources/*,**/src/au/gov/asd/tac/constellation/webserver/api/swagger/**/*
sonar.java.libraries=../CoreDependencies/release/modules/ext/*.jar
sonar.projectBaseDir=/home/runner/work/constellation/constellation/